UNPKG

mocoolka-function

Version:

Function lib for function.

8 lines 223 B
Object.defineProperty(exports, "__esModule", { value: true }); /** * return the input value * @param x */ var identity = function (x) { return x; }; exports.default = identity; //# sourceMappingURL=identity.js.map