UNPKG

mongodb-schema

Version:

Infer the probabilistic schema for a MongoDB collection.

6 lines (5 loc) 116 B
import { isEmail } from './email'; declare const _default: { Email: typeof isEmail; }; export default _default;