1.5.37 • Published 7 months ago

@types/gulp-html-replace v1.5.37

Weekly downloads
387
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/gulp-html-replace

Summary

This package contains type definitions for gulp-html-replace (https://www.npmjs.com/package/gulp-html-replace).

Details

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

index.d.ts

// Type definitions for gulp-html-replace v1.5.5
// Project: https://www.npmjs.com/package/gulp-html-replace
// Definitions by: Peter Juras <https://github.com/peterjuras>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

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


interface AdvancedTask {
    src: string | string[];
    tpl: string;
}

interface Tasks {
    [taskId: string]: string | string[] | AdvancedTask;
}

interface Options {
    keepUnassigned?: boolean | undefined;
    keepBlockTags?: boolean | undefined;
    resolvePaths?: boolean | undefined;
}

interface HtmlReplace {
    (tasks: Tasks, options?: Options): NodeJS.ReadWriteStream;
}

declare const htmlReplace: HtmlReplace;
export = htmlReplace;

Additional Details

  • Last updated: Thu, 08 Jul 2021 12:02:38 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Peter Juras.

1.5.36

7 months ago

1.5.35

8 months ago

1.5.37

7 months ago

1.5.34

1 year ago

1.5.33

3 years ago

1.5.32

6 years ago

1.5.31

7 years ago

1.5.30

7 years ago

1.5.29

8 years ago

1.5.28

8 years ago

1.5.27-alpha

8 years ago

1.5.26-alpha

8 years ago

1.5.25-alpha

8 years ago

1.5.24-alpha

8 years ago

1.5.23-alpha

8 years ago

1.5.22-alpha

8 years ago

1.5.21-alpha

8 years ago

1.5.16-alpha

8 years ago

1.5.15-alpha

8 years ago