3.0.7 • Published 5 months ago

@types/gulp-mustache v3.0.7

Weekly downloads
124
License
MIT
Repository
github
Last release
5 months ago

Installation

npm install --save @types/gulp-mustache

Summary

This package contains type definitions for gulp-mustache v (https://github.com/rogeriopvl/gulp-mustache).

Details

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

index.d.ts

// Type definitions for gulp-mustache v 3.0
// Project: https://github.com/rogeriopvl/gulp-mustache
// Definitions by: Christopher Durham <cad97@cad97.com>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

import { Transform } from "stream";

declare namespace GulpMustache {
    type View = Hash | string | undefined;

    interface Hash {
        [key: string]: any;
    }

    interface Options {
        extension?: string | undefined;
        tags?: ReadonlyArray<string> | undefined;
    }
}

declare function GulpMustache(view: GulpMustache.View,
                              options?: GulpMustache.Options,
                              partials?: GulpMustache.Hash): Transform;

export = GulpMustache;

Additional Details

  • Last updated: Thu, 08 Jul 2021 14:22:31 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Christopher Durham.

3.0.4

7 months ago

3.0.7

5 months ago

3.0.6

6 months ago

3.0.5

7 months ago

3.0.3

3 years ago

3.0.2

6 years ago

3.0.1

7 years ago

3.0.0

7 years ago