UNPKG

@typed/io

Version:

Runtime IO type system

10 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.refinement = void 0; function refinement(from, refinement) { return { is: (u) => from.is(u) && refinement(u), }; } exports.refinement = refinement; //# sourceMappingURL=refinement.js.map