2022-07-09 16:03:26 -04:00

4 lines
89 B
JavaScript

export function isValueProvider(provider) {
return provider.useValue != undefined;
}