UNPKG

dashp

Version:

Utilities for monadic promises.

18 lines (15 loc) 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const nameFn = (name, fn) => { Object.defineProperty(fn, "name", { value: name, configureable: true }); return fn; }; var _default = nameFn; exports.default = _default; //# sourceMappingURL=namefn.js.map