void/build/lib/typings/gulp-buffer.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
199 B
TypeScript
Raw Permalink Normal View History

2024-09-11 02:37:36 +00:00
declare module "gulp-buffer" {
function f(): NodeJS.ReadWriteStream;
/**
* This is required as per:
* https://github.com/microsoft/TypeScript/issues/5073
*/
namespace f {}
export = f;
}