UNPKG

declarapi

Version:
13 lines 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.es6SchemaLocation = void 0; const url_1 = require("url"); const path_1 = require("path"); const getDirName = () => { // @ts-ignore const __filename = url_1.fileURLToPath(import.meta.url); const __dirname = path_1.dirname(__filename); return __dirname; }; exports.es6SchemaLocation = getDirName() + '/schema/'; //# sourceMappingURL=url.js.map