UNPKG

@nprindle/minewt

Version:

Minimal newtypes for TypeScript

16 lines (14 loc) 235 B
function newtype() { return x => x; } function unwrap(x) { return x; } function liftN(f) { return f; } function liftN2(f) { return f; } export { liftN, liftN2, newtype, unwrap }; //# sourceMappingURL=minewt.es5.js.map