@typed/io
Version:
Runtime IO type system
8 lines • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.String = void 0;
const G = require("../guard");
const Type_1 = require("./Type");
// tslint:disable-next-line:variable-name
exports.String = Type_1.Type.fromGuard(G.String, `String`, `string`);
//# sourceMappingURL=String.js.map