UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

11 lines (10 loc) 324 B
import { ModuleName } from './moduleName'; export declare enum ModuleImportUrl { Repository = "ts-auto-mock/repository", Extension = "ts-auto-mock/extension", Random = "ts-auto-mock/random", Merge = "ts-auto-mock/merge" } export declare const ModulesImportUrl: { [key in ModuleName]: ModuleImportUrl; };