forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
5
node_modules/tiny-readdir/dist/constants.d.ts
generated
vendored
Normal file
5
node_modules/tiny-readdir/dist/constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Callback } from './types.js';
|
||||
declare const NOOP_PROMISE_LIKE: {
|
||||
then: (fn: Callback) => void;
|
||||
};
|
||||
export { NOOP_PROMISE_LIKE };
|
||||
Reference in New Issue
Block a user