UNPKG

mongodb-schema

Version:

Infer the probabilistic schema for a MongoDB collection.

7 lines 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const email_1 = require("./email"); exports.default = { Email: email_1.isEmail }; //# sourceMappingURL=index.js.map