UNPKG

ngx-testing-tools

Version:
6 lines (5 loc) 146 B
interface InstanceErrorOptions { name: string; } export declare function throwInstanceError(options: InstanceErrorOptions): never; export {};