UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

6 lines (4 loc) 134 B
import xxh from 'xxhashjs' export function hashString(str: string): string { return xxh.h64(0).update(str).digest().toString(36) }