UNPKG

promise-make-naked

Version:

A simple function that makes a promise that can be resolved, rejected or introspected from the outside.

5 lines (4 loc) 65 B
/* MAIN */ const noop = () => { }; /* EXPORT */ export { noop };