D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabot.delyntro.com
/
node_modules
/
ulid
/
dist
/
Filename :
crockford.d.ts
back
Copy
export declare function crockfordEncode(input: Uint8Array): string; export declare function crockfordDecode(input: string): Uint8Array; /** * Fix a ULID's Base32 encoding - * i and l (case-insensitive) will be treated as 1 and o (case-insensitive) will be treated as 0. * hyphens are ignored during decoding. * @param id The ULID * @returns The cleaned up ULID */ export declare function fixULIDBase32(id: string): string; export declare function incrementBase32(str: string): string;