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

Method applyTypeConfigurationMap

src/type-manager.ts:645–648  ·  view source on GitHub ↗

* Applies type configuration map in static context. * * @param {Map , TypeConfiguration >} typeConfigurationMap Type configuration map. * * @returns {TypeManager} Static instance of type manager.

(typeConfigurationMap: Map<TypeFn<TObject>, TypeConfiguration<TObject>>)

Source from the content-addressed store, hash-verified

643 * @returns {TypeManager} Static instance of type manager.
644 */
645 public static applyTypeConfigurationMap<TObject>(typeConfigurationMap: Map<TypeFn<TObject>, TypeConfiguration<TObject>>): TypeManager
646 {
647 return this.staticTypeManager.applyTypeConfigurationMap(typeConfigurationMap);
648 }
649
650 /**
651 * Applies type configuration map.

Callers 1

configureMethod · 0.95

Calls 1

Tested by

no test coverage detected