remove node_modules and .gitignore them
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
/**
|
||||
* Hash function.
|
||||
*
|
||||
* @param itemList The items to be hashed.
|
||||
* @return The hash code.
|
||||
*/
|
||||
export declare function hash(...itemList: any[]): number;
|
||||
Reference in New Issue
Block a user