Initial Commit
This commit is contained in:
8
node_modules/dir-compare/build/src/fs/Queue.d.ts
generated
vendored
Normal file
8
node_modules/dir-compare/build/src/fs/Queue.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export = Queue;
|
||||
declare function Queue(): void;
|
||||
declare class Queue {
|
||||
getLength: () => number;
|
||||
enqueue: (item: any) => void;
|
||||
dequeue: () => any;
|
||||
}
|
||||
//# sourceMappingURL=Queue.d.ts.map
|
||||
Reference in New Issue
Block a user