2.0.4 • Published 2 years ago
@types/gulp-muxml v2.0.4
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
- Last updated: Tue, 11 Jan 2022 21:31:33 GMT
- Dependencies: @types/muxml, @types/node
- Global values: none
Credits
These definitions were written by Martin Badin.