UNPKG

@vicimpa/rubles

Version:
18 lines (15 loc) 892 B
// Generated by dts-bundle-generator v9.5.1 export declare function counterWord(input: string[], counter: number): string; export declare const firstUpper: (input: string) => string; export declare function format(input: number | string, format?: string): string; export declare const joinWord: (input: string[], index?: number) => string; export declare const numberFormat: (input: number | string, sep?: string, precision?: number, dot?: string) => string; export declare function numbersInWords(input: number | string, com?: boolean, upper?: boolean): string; export declare const parseNumber: (input: string | number) => string[]; export type TTestItem<T extends (...args: [ ]) => any> = [ arguments: Parameters<T>, result?: any ]; export declare const testFunction: <T extends (...args: any[]) => any>(func: T, tests: TTestItem<T>[], showTest?: boolean) => Promise<void>; export {};