UNPKG

@alexkang/react-native-dev-tools

Version:
6 lines (5 loc) 358 B
export declare const code: (string: string) => Number | any | BigInt; export declare const generateUnique: (length?: Number) => string; export declare const getByteSizeAdjust: (byte: number) => string; export declare const zf: (value: number | string, length?: number, fill?: string) => string; export declare const dateToTimeString: (date: Date) => string;