⛺
Hiding from the UAschwitz administration
Pinned Loading
-
hash.ts
hash.ts 1export function hash(s: string) {
2return [].reduce.call(s, (p, c) => (p << 5) - p + c.charCodeAt(0), 0)
3}
-
Generate string id from current time...
Generate string id from current time in milliseconds. 1export function generateId() {
2return new Date().getTime().toString(36)
3}
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.