1
0
Files
sashinexists/node_modules/tiny-readdir/dist/constants.js
2024-12-07 13:18:31 +11:00

10 lines
138 B
JavaScript

/* IMPORT */
/* MAIN */
const NOOP_PROMISE_LIKE = {
then: (fn) => {
fn();
}
};
/* EXPORT */
export { NOOP_PROMISE_LIKE };