File size: 146 Bytes
cfbbc1a
 
1
2
3
import { Type } from '@nestjs/common/interfaces/type.interface';
export declare function isDurable(provider: Type<unknown>): boolean | undefined;