UNPKG

@brycemarshall/string-format

Version:

A typescript port of Matt Esch's string-template package.

2 lines (1 loc) 79 B
export declare function stringFormat(format: string, ...args: any[]): string;