UNPKG

@brycemarshall/string-format

Version:

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

3 lines (2 loc) 171 B
export declare type CompiledFormatFunction = (...args: any[]) => string; export declare function stringFormatc(format: string, inline: boolean): CompiledFormatFunction;