mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 07:39:30 +08:00
6 lines
No EOL
403 B
Text
6 lines
No EOL
403 B
Text
"use strict";
|
|
// Note - @types/json-schema@7.0.4 added some function declarations to the type package
|
|
// If we do export *, then it will also export these function declarations.
|
|
// This will cause typescript to not scrub the require from the build, breaking anyone who doesn't have it as a dependency
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
//# sourceMappingURL=json-schema.js.map |