$ cnpm install @types/tmpl
npm install --save @types/tmpl
This package contains type definitions for tmpl (https://github.com/daaku/nodejs-tmpl).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tmpl.
// 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;
These definitions were written by Saeed Seyfi.
Copyright 2013 - present © cnpmjs.org | Home |