feat: init
This commit is contained in:
16
node_modules/unenv/dist/runtime/npm/fsevents.d.mts
generated
vendored
Normal file
16
node_modules/unenv/dist/runtime/npm/fsevents.d.mts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// https://www.npmjs.com/package/fsevents
|
||||
declare const _default: {
|
||||
watch(_dir: string, _cb: (...args: any[]) => any);
|
||||
getInfo(path: string, _flags: number, _id: string): {
|
||||
event: string;
|
||||
type: string;
|
||||
flags: number;
|
||||
changes: {
|
||||
inode: boolean;
|
||||
finder: boolean;
|
||||
access: boolean;
|
||||
xattrs: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user