UNPKG

176 BTypeScriptView Raw
1import "reflect-metadata";
2import { Constructor } from "../_interfaces";
3export declare function TestFixture(description?: string): (constructor: Constructor<object>) => void;