UNPKG

hoff

Version:

A collection of higher order functions you may find useful

13 lines (11 loc) 231 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var identity = function identity(x) { return function () { return x; }; }; exports['default'] = identity; module.exports = exports['default'];