UNPKG

@khulnasoft.com/dev-tools

Version:

Development tools for Khulnasoft CMS integration

10 lines (9 loc) 270 B
export declare class KhulnasoftDevToolsPlugin { private readonly opts; constructor(opts?: WebpackKhulnasoftDevToolsOptions); apply(c: any): void; } export interface WebpackKhulnasoftDevToolsOptions { enabled?: boolean; devToolsServerPort?: number; }