Type aliases
Static BulkMethod
BulkMethod: (...args: any[]) => any
Static DehashMethod
DehashMethod: (...args: any[]) => any
Static FaunaCode
FaunaCode: string
Static FaunaCodeMethod
FaunaCodeMethod: (...args: any[]) => any
Static FaunaID
FaunaID: string
Static FaunaIdMethod
FaunaIdMethod: (...args: any[]) => any
Static GenerateMethod
GenerateMethod: (...args: any[]) => any
Static HashMethod
HashMethod: (...args: any[]) => any
Creates an instance of nanohash based on size and alphabet needs
const nhash = nanohash({ size: 6, alphabet: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" })