pig-dam-core
Version:
Library that should be included in every Pig DAM project we build
11 lines • 341 B
TypeScript
/**
* Date: 5/22/20
* Time: 8:58 PM
* @license MIT (see project's LICENSE file)
*/
import { TestDescription } from "../types";
/**
* Filters test descriptions that support the `TestDescription` interface
*/
export declare function filterTestDescriptions<T extends TestDescription>(suite: T[]): T[];
//# sourceMappingURL=filter.d.ts.map