MCPcopy Create free account
hub / github.com/dipscope/TypeManager.TS / typeOptionsBase

Method typeOptionsBase

src/type-manager.ts:213–216  ·  view source on GitHub ↗

* Gets type options base in static context. * * @returns {Readonly >} Type options base.

()

Source from the content-addressed store, hash-verified

211 * @returns {Readonly<TypeOptionsBase<any>>} Type options base.
212 */
213 public static get typeOptionsBase(): Readonly<TypeOptionsBase<any>>
214 {
215 return this.staticTypeManager.typeOptionsBase;
216 }
217
218 /**
219 * Gets type options base.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected