UNPKG

@busy-web/utils

Version:

@busy-web util methods

7 lines (6 loc) 160 B
/** * @module Utils * */ export declare function fmt(str: string, formats: any[]): string; export declare function loc(str: string, formats: any[]): string;