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

Method applyTypeOptionsBase

src/type-manager.ts:545–548  ·  view source on GitHub ↗

* Applies shared type options in static context. * * @param {Partial >} typeOptionsBase Type options base. * * @returns {TypeManager} Static instance of type manager.

(typeOptionsBase: Partial<TypeOptionsBase<TObject>>)

Source from the content-addressed store, hash-verified

543 * @returns {TypeManager} Static instance of type manager.
544 */
545 public static applyTypeOptionsBase<TObject>(typeOptionsBase: Partial<TypeOptionsBase<TObject>>): TypeManager
546 {
547 return this.staticTypeManager.applyTypeOptionsBase(typeOptionsBase);
548 }
549
550 /**
551 * Applies shared type options.

Calls 2

setMethod · 0.80
unresolveTypeStateMethod · 0.80

Tested by

no test coverage detected