4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
export function isValueProvider(provider) {
|
|
return provider.useValue != undefined;
|
|
}
|