@types/tmpl
Version:
TypeScript definitions for tmpl
23 lines (17 loc) • 719 B
Markdown
# Installation
> `npm install --save @types/tmpl`
# Summary
This package contains type definitions for tmpl (https://github.com/daaku/nodejs-tmpl).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tmpl.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tmpl/index.d.ts)
````ts
declare function tmpl(string: string): (args: object) => string;
declare function tmpl(string: string, args: object): string;
export = tmpl;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: none
# Credits
These definitions were written by [Saeed Seyfi](https://github.com/saeedseyfi).