UNPKG

dashp

Version:

Utilities for monadic promises.

7 lines (5 loc) 144 B
const nameFn = (name, fn) => { Object.defineProperty(fn, "name", {value: name, configureable: true}); return fn; }; export default nameFn;