UNPKG

create-snippet

Version:
15 lines (14 loc) 406 B
import { TypeConfig } from '../../types'; import { InterfaceConfig } from './config.interface'; export declare class ModuleConfig implements InterfaceConfig<TypeConfig> { readonly rootDirConfig: string; readonly isRootDirConfig: boolean; constructor(); private example; init(): void; get(): { snippetName: string; pathToSnippet: string; }[]; help(): void; }