UNPKG

autouml

Version:

Autogenerate UML diagrams using d2

66 lines (65 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wellKnownTypesSet = exports.wellKnownTypesArray = void 0; var wellKnownTypesArray = [ "Object", "Function", "Boolean", "Symbol", "Error", "AggregateError", "EvalError", "RangeError", "ReferenceError", "SyntaxError", "TypeError", "URIError", "InternalError", "Number", "BigInt", "Math", "Date", "String", "RegExp", "Array", "Int8Array", "Uint8Array", "Uint8ClampedArray", "Int16Array", "Uint16Array", "Int32Array", "Uint32Array", "BigInt64Array", "BigUint64Array", "Float32Array", "Float64Array", "Map", "Set", "WeakMap", "WeakSet", "ArrayBuffer", "SharedArrayBuffer", "DataView", "WeakRef", "FinalizationRegistry", "Iterator", "AsyncIterator", "Promise", "GeneratorFunction", "AsyncGeneratorFunction", "Generator", "AsyncGenerator", "AsyncFunction", "Reflect", "Proxy", "Intl", // i dont know what these are "(Anonymous function)", "_object", "__object", "obj", "_type", ]; exports.wellKnownTypesArray = wellKnownTypesArray; var wellKnownTypesSet = new Set(wellKnownTypesArray); exports.wellKnownTypesSet = wellKnownTypesSet;