ts-auto-mock
Version:
Typescript transformer to unlock automatic mock creation for interfaces and classes
15 lines (14 loc) • 356 B
TypeScript
export declare enum TypescriptLibsTypes {
Array = "Array",
Boolean = "Boolean",
Date = "Date",
Function = "Function",
Map = "Map",
Number = "Number",
Object = "Object",
Promise = "Promise",
ReadonlyArray = "ReadonlyArray",
Set = "Set",
String = "String"
}
export declare const TypescriptLibsTypesFolder: string;