UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

10 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const PrimitiveType_1 = require("./PrimitiveType"); class NumberType extends PrimitiveType_1.PrimitiveType { getId() { return "number"; } } exports.NumberType = NumberType; //# sourceMappingURL=NumberType.js.map