UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

7 lines (6 loc) 468 B
// Type definitions for Jasmine Data Driven Tests // Project: https://github.com/gburghardt/jasmine-data_driven_tests // Definitions by: Anthony MacKinnon <https://github.com/AnthonyMacKinnon> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function all(description: string, dataset: any[], assertion: (...args: any[]) => void): void; declare function xall(description: string, dataset: any[], assertion: (...args: any[]) => void): void;