UNPKG

datum-focus

Version:

Data shape, model, metadata, JSON, JSON Schema, GraphQL, MongoDB query and aggregations, iterator generators

3 lines (2 loc) 149 B
const _jsonTypes = ['string', 'number', 'integer', 'boolean', 'null', 'object', 'array'] as const; export type JSONType = typeof _jsonTypes[number];