UNPKG

fast-printf

Version:

Fast and spec-compliant printf implementation for Node.js and browser.

4 lines (3 loc) 154 B
import { createPrintf } from './createPrintf'; export { createPrintf, }; export declare const printf: (subject: string, ...boundValues: any[]) => string;