UNPKG

typedash

Version:

modern, type-safe collection of utility functions

10 lines (8 loc) 194 B
'use strict'; // src/functions/identity/identity.ts function identity(value) { return value; } exports.identity = identity; //# sourceMappingURL=out.js.map //# sourceMappingURL=index.cjs.map