feat: init
This commit is contained in:
5
node_modules/vite-plugin-checker/dist/glob.d.ts
generated
vendored
Normal file
5
node_modules/vite-plugin-checker/dist/glob.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Stats } from 'node:fs';
|
||||
|
||||
declare function createIgnore(_root: string, pattern?: string | string[]): (path: string, _stats?: Stats) => boolean;
|
||||
|
||||
export { createIgnore };
|
||||
Reference in New Issue
Block a user