3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
|
|
export declare let stop: () => void;
|