UNPKG

@mixtape/core

Version:

Supercharged fixture library for organizing and generating test data

13 lines (12 loc) 312 B
/** * Object with simple types. * The properties on this object can be used instead of hard coded strings when creating types. */ export declare enum PrimitiveType { string = "string", number = "number", boolean = "boolean", null = "null", undefined = "undefined", symbol = "symbol" }