UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

5 lines (3 loc) 178 B
import { AllOfBsonSchema } from '../bson'; import { IntersectionJsonSchema } from '../json'; export declare const b2jAllOf: (schema: AllOfBsonSchema) => IntersectionJsonSchema;