289fb57ebae17fc530f139d48165262ffa5512a2
[dotfiles/.git] / 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