1.0.2 • Published 6 months ago

@types/tmpl v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for tmpl 1.0
// Project: https://github.com/daaku/nodejs-tmpl
// Definitions by: Saeed Seyfi <https://github.com/saeedseyfi/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function tmpl(string: string): (args: object) => string;
declare function tmpl(string: string, args: object): string;
export = tmpl;

Additional Details

  • Last updated: Wed, 13 Oct 2021 19:01:33 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Saeed Seyfi.

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

3 years ago