Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
type FileChangeType = 'created' | 'deleted' | 'changed';
|
||||
export declare const installFileWatcher: ({ file, onChange, }: {
|
||||
file: string;
|
||||
onChange: (type: FileChangeType) => void;
|
||||
}) => {
|
||||
exists: boolean;
|
||||
unwatch: () => void;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user