@technobuddha/library
Version:
A large library of useful functions
7 lines (6 loc) • 316 B
TypeScript
export declare const oct: (c: number | undefined) => boolean;
export declare const hex: (c: number | undefined) => boolean;
export declare const x2: (c: number) => string;
export declare const u4: (c: number) => string;
export declare const U8: (c: number) => string;
export declare const UU: (c: number) => string;