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

5.0.5 • Public • Published

Installation

npm install --save @types/gulp-template

Summary

This package contains type definitions for gulp-template (https://github.com/sindresorhus/gulp-template#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-template.

index.d.ts

/// <reference types="node" />

import * as _ from "lodash";
import * as stream from "stream";

declare function gulpTemplate(data: any, options: _.TemplateOptions): stream.Transform;

declare namespace gulpTemplate {
    function precompile(options: _.TemplateOptions): stream.Transform;
}

export = gulpTemplate;

Additional Details

Credits

These definitions were written by Peter Safranek.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-template

Weekly Downloads

485

Version

5.0.5

License

MIT

Unpacked Size

3.38 kB

Total Files

5

Last publish

Collaborators

  • types