UNPKG

@technobuddha/library

Version:
7 lines (6 loc) 316 B
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;