burst-generate-files
Version:
package module for generate files
5 lines (4 loc) • 466 B
TypeScript
import * as typesCommon from './types';
export declare const customGen: (settings: typesCommon.SettingCustomGen[], optionalSettings?: typesCommon.OptionalSettingsCustomGen) => void;
export declare const CLIGen: (settings: typesCommon.SettingCLIGen[], optionalSettings?: typesCommon.OptionalSettingsCLIGen) => Promise<void>;
export declare const markersGen: (settings: typesCommon.SettingMarkersGen, optionalSettings: typesCommon.OptionalSettingsMarkersGen) => void;