UNPKG

297 BTypeScriptView Raw
1/**
2 * Returns a formatted string replacing any placeholders in msg with
3 * provided args
4 *
5 * See npm springf-js for more details on what args and placeholder
6 * patterns are supported.
7 */
8export declare function format(msg: string, ...args: any[]): string;
9//# sourceMappingURL=format.d.ts.map
\No newline at end of file