UNPKG

@tempots/std

Version:

Std library for TypeScript. Natural complement to the Tempo libraries.

10 lines (9 loc) 194 B
const r = (e) => e, i = (e) => (t) => (...n) => e(t, ...n), o = (e) => { let t; return () => (t === void 0 && (t = e()), t); }; export { i as curryLeft, r as identity, o as memoize };