UNPKG

@trophyso/node

Version:
8 lines (7 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.objectWithoutOptionalProperties = objectWithoutOptionalProperties; const object_1 = require("./object"); function objectWithoutOptionalProperties(schemas) { return (0, object_1.object)(schemas); }