UNPKG

108 BTypeScriptView Raw
1import { InjectionToken } from '@nestjs/common';
2export type MockFactory = (token?: InjectionToken) => any;