UNPKG

mongodb-schema

Version:

Infer the probabilistic schema for a MongoDB collection.

3 lines (2 loc) 123 B
import type { JSONSchema } from './types'; export declare function toTypescriptTypeDefinition(schema: JSONSchema): string;