1234567891011 |
- import { TsGenConfig, TsHelperConfig } from '..';
- declare function ExtendGenerator(config: TsGenConfig, baseConfig: TsHelperConfig): {
- dist: string;
- }[];
- declare namespace ExtendGenerator {
- var defaultConfig: {
- interface: PlainObject<any>;
- };
- }
- export default ExtendGenerator;
- //# sourceMappingURL=extend.d.ts.map
|