UNPKG

use-on-demand

Version:
8 lines 292 B
/** * 1.【String format template】 * 1.- Inspired: * 1. https://github.com/Matt-Esch/string-template/index.js * 2. */ export declare function Format(Vue: VueConstructor_Type): (string: string, ...args: Array<any>) => string; //# sourceMappingURL=format.d.ts.map