UNPKG

@backland/schema

Version:

TypeScript schema declaration and validation library with static type inference

11 lines (10 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$ = $; function $(...field) { return field; } const tt = $('name: string', 'age: [int]?'); //# sourceMappingURL=SimpleTokens.js.map