UNPKG

shallow-render

Version:

Shallow rendering test utility for Angular

3 lines (2 loc) 127 B
import { Type } from '@angular/core'; export declare const MockOf: (mockClass: Type<any>) => (constructor: Type<any>) => void;