UNPKG

@mixtape/core

Version:

Supercharged fixture library for organizing and generating test data

16 lines 618 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Object with simple types. * The properties on this object can be used instead of hard coded strings when creating types. */ var PrimitiveType; (function (PrimitiveType) { PrimitiveType["string"] = "string"; PrimitiveType["number"] = "number"; PrimitiveType["boolean"] = "boolean"; PrimitiveType["null"] = "null"; PrimitiveType["undefined"] = "undefined"; PrimitiveType["symbol"] = "symbol"; })(PrimitiveType = exports.PrimitiveType || (exports.PrimitiveType = {})); //# sourceMappingURL=primitive-type.js.map