UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

9 lines 297 B
/** * Returns a formatted string replacing any placeholders in msg with * provided args * * See npm springf-js for more details on what args and placeholder * patterns are supported. */ export declare function format(msg: string, ...args: any[]): string; //# sourceMappingURL=format.d.ts.map