UNPKG

json-light

Version:

Allow to extend yaml or json files configuration

12 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetType = void 0; const typ3s_1 = require("typ3s"); class GetType { type(data) { const type = typ3s_1.Type.type(data); return typ3s_1.Type.stringify(type); } } exports.GetType = GetType; //# sourceMappingURL=getType.js.map