UNPKG

@plugjs/plug

Version:
8 lines (7 loc) 187 B
declare module '../index' { interface Pipe { /** Log some info about the current {@link Files} being passed around. */ debug(title?: string): Pipe; } } export {};