@alexkang/react-native-dev-tools
Version:
React & React native dev tools.
6 lines (5 loc) • 358 B
TypeScript
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;