UNPKG

json-schema-typescript-generator

Version:
3 lines 194 B
const BASIC_TYPES = new Set(['string', 'number', 'integer', 'object', 'array', 'boolean', 'null']); export const isBasicType = (type) => BASIC_TYPES.has(type); //# sourceMappingURL=Schema.js.map