UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

8 lines 209 B
export interface LiveOptionsInterface { enabled?: boolean; port?: number; root?: string; watchPaths?: string[]; ignoredPaths?: string[]; } //# sourceMappingURL=LiveOptionsInterface.d.ts.map