@types/tmpl
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/tmpl

Weekly Downloads

10,601

Version

1.0.2

License

MIT

Unpacked Size

2.78 kB

Total Files

5

Last publish

Collaborators

  • types