UNPKG

mochapack

Version:
10 lines (9 loc) 256 B
export declare class EntryConfig { files: Array<string>; constructor(); addFile(file: string): void; removeFile(file: string): void; getFiles(): Array<string>; } export declare const entryLoader: () => void; export default entryLoader;