UNPKG

@plugjs/plug

Version:
8 lines 222 B
declare module '../index' { interface Pipe { /** Log some info about the current {@link Files} being passed around. */ debug(title?: string): Pipe; } } export {}; //# sourceMappingURL=debug.d.ts.map