add getHashCache where applicable=

This commit is contained in:
Michael C
2021-11-27 02:41:34 -05:00
parent 7e1550f3c0
commit a5a90e3c84
24 changed files with 90 additions and 47 deletions

View File

@@ -10,4 +10,4 @@ export function getHash<T extends string>(value: T, times = 5000): T & HashedVal
}
return value as T & HashedValue;
}
}