2.0.4 • Published 2 years ago

@types/gulp-muxml v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/gulp-muxml

Summary

This package contains type definitions for gulp-muxml (https://github.com/t1st3/gulp-muxml).

Details

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

index.d.ts

// Type definitions for gulp-muxml 2.0
// Project: https://github.com/t1st3/gulp-muxml
// Definitions by: Martin Badin <https://github.com/martin-badin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

import { Transform } from 'stream';
import * as muxml from 'muxml';

declare function gulpMuxml(opts: muxml.Options): Transform;

export = gulpMuxml;

Additional Details

Credits

These definitions were written by Martin Badin.

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago