UNPKG

ngx-testing-tools

Version:
8 lines (7 loc) 177 B
interface CtorErrorOptions { name: string; type: string; testBedName: string; } export declare function throwCtorError(options: CtorErrorOptions): never; export {};