axios-mock-server
Version:
RESTful mock server using axios
15 lines • 417 B
TypeScript
export declare type Config = {
input?: string | string[];
target?: 'es6' | 'cjs';
outputExt?: 'js' | 'ts';
outputFilename?: string;
};
export declare const mockFileRegExp: RegExp;
export declare const defaultConfig: {
input: string;
target: "es6";
outputExt: "js";
};
declare const _default: (rcFilePath?: string) => Config;
export default _default;
//# sourceMappingURL=getConfig.d.ts.map