UNPKG

tiny-readdir

Version:

A simple promisified recursive readdir function.

10 lines (9 loc) 138 B
/* IMPORT */ /* MAIN */ const NOOP_PROMISE_LIKE = { then: (fn) => { fn(); } }; /* EXPORT */ export { NOOP_PROMISE_LIKE };