UNPKG

@diemtarh/detalex-utils

Version:

Detalex utils library.

11 lines (10 loc) 603 B
export declare const env: string; export declare function rootDirName(): string; export declare function toFloat(val: string): number; export declare function toDeString(val: number): string; export declare function save(file: string, value?: any): void; export declare const createDir: (dir: string) => void; export declare function now(format?: string): string; export declare function linuxTimeStampToDate(time: number, format?: string): string; export declare function getAccountNumberFromFileName(file: string): any; export declare function isBankAccountNumber(bankAccountNumber: string): boolean;