.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / json-schema.js
1 "use strict";
2 // Note - @types/json-schema@7.0.4 added some function declarations to the type package
3 // If we do export *, then it will also export these function declarations.
4 // This will cause typescript to not scrub the require from the build, breaking anyone who doesn't have it as a dependency
5 Object.defineProperty(exports, "__esModule", { value: true });
6 //# sourceMappingURL=json-schema.js.map