Partager via


ServiceCreator type

Il s’agit d’un rappel utilisé par ServiceKey.createCustom().

export declare type ServiceCreator<T> = (serviceScope: ServiceScope) => T;