UNPKG

@plugjs/tsd

Version:

Zip File Plugin for the PlugJS Build System ===========================================

9 lines (8 loc) 375 B
import { Files } from '@plugjs/plug'; import type { Context, PipeParameters, Plug } from '@plugjs/plug/pipe'; /** Writes some info about the current {@link Files} being passed around. */ export declare class Tsd implements Plug<void> { private readonly _options; constructor(...args: PipeParameters<'tsd'>); pipe(files: Files, context: Context): Promise<void>; }