MCPcopy Create free account

hub / github.com/christyharagan/ts-schema / functions

Functions399 in github.com/christyharagan/ts-schema

MethodaddNamespace
(name: string)
src/lib/factories.ts:27
FunctionaddParameter
(name: string, isOptional?: boolean)
src/lib/factories.ts:328
MethodaddProperty
(key: string, kindOrExpression: m.ExpressionKind|E)
src/lib/factories.ts:172
FunctionaddTypeAliasConstructor
(name: string)
src/lib/factories.ts:615
MethodaddTypeAliasConstructor
(name: string)
lib/factories.d.ts:19
MethodaddTypeAliasConstructor
(name: string)
src/lib/factories.ts:24
FunctionaddTypeParameter
(name: string)
src/lib/factories.ts:323
MethodaddTypeParameter
(name: string)
lib/factories.d.ts:28
MethodaddTypeParameter
(name: string)
src/lib/factories.ts:35
FunctionaddValue
(name: string)
src/lib/factories.ts:637
MethodaddValue
(name: string)
lib/factories.d.ts:21
MethodaddValue
(name: string)
src/lib/factories.ts:26
Functionconstruct
(constructorConstructor: <U extends M>(factory: Factory<U>) => (() => U))
src/lib/factories.ts:47
Methodconstruct
(constructorConstructor: <U extends M>(factory: Factory<U>, parent?: Factory<any>) => (() => U))
lib/factories.d.ts:4
Methodconstruct
(constructorConstructor: <U extends M>(factory: Factory<U>, parent?: Factory<any>) => (() => U))
src/lib/factories.ts:5
FunctionconstructClass
(classConstructor, typeArgs, parentTypeArgs, closedTypes)
lib/typeConstructor.js:33
FunctionconstructClass
(classConstructor: m.ClassConstructor, typeArgs: m.Type[], parentTypeArgs?: KeyValue<m.Type>, closedTypes?: Cl
src/lib/typeConstructor.ts:40
FunctionconstructInterface
(interfaceConstructor, typeArgs, parentTypeArgs, closedTypes)
lib/typeConstructor.js:87
FunctionconstructInterface
(interfaceConstructor: m.InterfaceConstructor, typeArgs: m.Type[], parentTypeArgs?: KeyValue<m.Type>, closedTy
src/lib/typeConstructor.ts:98
FunctionconstructTypeAlias
(typeAliasConstructor, typeArgs, parentTypeArgs, closedTypes)
lib/typeConstructor.js:4
FunctionconstructTypeAlias
(typeAliasConstructor: m.TypeAliasConstructor<T>, typeArgs: m.Type[], parentTypeArgs?: KeyValue<m.Type>, close
src/lib/typeConstructor.ts:9
Functionconstructor
(modelKind?: m.ModelKind)
src/lib/factories.ts:43
Methodconstructor
()
src/lib/factories.ts:78
Methodconstructor
()
src/lib/factories.ts:86
Methodconstructor
()
src/lib/factories.ts:106
Methodconstructor
()
src/lib/factories.ts:120
Methodconstructor
()
src/lib/factories.ts:129
Methodconstructor
()
src/lib/factories.ts:137
Methodconstructor
()
src/lib/factories.ts:152
Methodconstructor
()
src/lib/factories.ts:161
Methodconstructor
()
src/lib/factories.ts:169
Methodconstructor
()
src/lib/factories.ts:182
Methodconstructor
(primitiveTypeKind?: m.PrimitiveTypeKind, primitiveValue?: T)
src/lib/factories.ts:196
Methodconstructor
(parent: P)
src/lib/factories.ts:207
Methodconstructor
(primitiveTypeKind: m.PrimitiveTypeKind)
src/lib/factories.ts:215
Methodconstructor
()
src/lib/factories.ts:223
Methodconstructor
(typeKind: m.TypeKind)
src/lib/factories.ts:230
Methodconstructor
(parent: EnumFactory, name: string)
src/lib/factories.ts:239
Methodconstructor
(parent: ContainerFactory, name: string)
src/lib/factories.ts:250
Methodconstructor
()
src/lib/factories.ts:264
Methodconstructor
(parent: ContainerFactory, name: string)
src/lib/factories.ts:275
Methodconstructor
(parent: DecoratedFunctionTypeFactory, name: string, isOptional?: boolean)
src/lib/factories.ts:300
Methodconstructor
()
src/lib/factories.ts:336
Methodconstructor
()
src/lib/factories.ts:342
Methodconstructor
(parent: DecoratedCompositeTypeFactory<GP>, name: string, optional?: boolean)
src/lib/factories.ts:362
Methodconstructor
(parent: AbstractCompositeTypeFactory<any, any, any>)
src/lib/factories.ts:380
Methodconstructor
(parent: P)
src/lib/factories.ts:413
Methodconstructor
(parent?: P, isDecorated?: boolean)
src/lib/factories.ts:421
Methodconstructor
(parent: P, name: string)
src/lib/factories.ts:432
Methodconstructor
()
src/lib/factories.ts:452
Methodconstructor
()
src/lib/factories.ts:464
Methodconstructor
()
src/lib/factories.ts:472
Methodconstructor
()
src/lib/factories.ts:481
Methodconstructor
(parent: ContainerFactory, name: string)
src/lib/factories.ts:523
Methodconstructor
(parent: ContainerFactory, name: string)
src/lib/factories.ts:539
Methodconstructor
(parent: ContainerFactory, name: string)
src/lib/factories.ts:552
Methodconstructor
(name: string)
src/lib/factories.ts:661
Methodconstructor
(parent: ContainerFactory, name: string)
src/lib/factories.ts:668
Methodconstructor
()
src/lib/factories.ts:676
FunctionconvertRawModules
(modules)
lib/serialToFactory.js:1
FunctionconvertRawModules
(modules: KeyValue<m.Container>)
src/lib/serialToFactory.ts:6
MethodcreateClass
()
src/lib/factories.ts:141
MethodcreateFunction
(kind: m.ExpressionKind)
src/lib/factories.ts:89
FunctioncreateIndex
(keyType: m.PrimitiveTypeKind)
src/lib/factories.ts:400
MethodcreateInstanceType
()
src/lib/factories.ts:485
MethodcreateInstanceType
()
src/lib/factories.ts:527
MethodcreateInstanceType
()
src/lib/factories.ts:556
MethodcreateParent
(kindOrExpression: m.ExpressionKind|E)
src/lib/factories.ts:109
MethodcreateStaticType
()
src/lib/factories.ts:493
MethodcreateStaticType
()
src/lib/factories.ts:564
FunctiondecoratorTypeEquals
(m: m.ModelElement)
src/lib/equals.ts:132
Methodequals
(m: ModelElement)
lib/model.d.ts:337
FunctionfactoryToReflective
(pkg, _typeParameters)
lib/factoryToReflective.js:6
FunctionfactoryToReflective
(pkg?:m.Package, _typeParameters?:KeyValue<m.TypeParameter<any>>)
src/lib/factoryToReflective.ts:8
FunctionfactoryToSerializable
()
lib/factoryToSerial.js:2
FunctionfactoryToSerializable
()
src/lib/factoryToSerial.ts:7
FunctionfilterModules
(moduleNames, modules)
lib/filter.js:1
FunctionfilterModules
(moduleNames: string[]|((moduleName: string) => boolean), modules: m.KeyValue<f.ModuleFactory>)
src/lib/filter.ts:4
FunctionisFunctionType
(type)
lib/typeUtils.js:72
FunctionisFunctionType
(type: m.Type)
src/lib/typeUtils.ts:435
FunctionisFunctionVoid
(f)
lib/typeUtils.js:16
FunctionisFunctionVoid
(f: m.FunctionType)
src/lib/typeUtils.ts:20
MethodonEnumMember
(enumMember: m.EnumMember)
lib/visitor.d.ts:78
FunctionparseModule
(modString)
lib/serialiserParser.js:76
FunctionparseModule
(modString: string)
src/lib/serialiserParser.ts:76
FunctionparseModuleReplacer
(key, value)
lib/serialiserParser.js:34
FunctionparseModuleReplacer
(key: string, value: any)
src/lib/serialiserParser.ts:35
FunctionparseModules
(modsString)
lib/serialiserParser.js:72
FunctionparseModules
(modsString: string)
src/lib/serialiserParser.ts:72
FunctionstringifyModule
(mod)
lib/serialiserParser.js:68
FunctionstringifyModule
(mod: m.Container)
src/lib/serialiserParser.ts:68
FunctionstringifyModuleReplacer
(key, value)
lib/serialiserParser.js:1
FunctionstringifyModuleReplacer
(key: string, value: any)
src/lib/serialiserParser.ts:3
FunctionstringifyModules
(mods)
lib/serialiserParser.js:64
FunctionstringifyModules
(mods: KeyValue<m.Container>)
src/lib/serialiserParser.ts:64
FunctiontypeAliasConstructorToString
(typeAliasConstructor)
lib/toString.js:34
FunctiontypeAliasConstructorToString
(typeAliasConstructor: m.TypeAliasConstructor<any>)
src/lib/toString.ts:36
FunctionvisitModules
(modules, visitor)
lib/visitor.js:1
FunctionvisitModules
(modules: KeyValue<m.Module>, visitor: ModulesVisitor)
src/lib/visitor.ts:115
← previous301–399 of 399, ranked by callers