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

Method applyTypeOptionsMap

src/type-manager.ts:586–589  ·  view source on GitHub ↗

* Applies type options map in static context. * * @param {Map , TypeOptions >} typeOptionsMap Type options map. * * @returns {TypeManager} Static instance of type manager.

(typeOptionsMap: Map<TypeFn<TObject>, TypeOptions<TObject>>)

Source from the content-addressed store, hash-verified

584 * @returns {TypeManager} Static instance of type manager.
585 */
586 public static applyTypeOptionsMap<TObject>(typeOptionsMap: Map<TypeFn<TObject>, TypeOptions<TObject>>): TypeManager
587 {
588 return this.staticTypeManager.applyTypeOptionsMap(typeOptionsMap);
589 }
590
591 /**
592 * Applies type options map.

Callers 1

configureMethod · 0.95

Calls 1

applyTypeOptionsMethod · 0.95

Tested by

no test coverage detected