UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2

11 lines (10 loc) 371 B
import { BaseInput } from './base-input'; export declare const TEXT_CORPUS: any; export declare const NUMBER_CORPUS: any[]; export declare const BOOLEAN_CORPUS: any[]; export declare const ANY_CORPUS: any[]; export interface TestConfig { defaultValue: any; corpus: any; } export declare function commonInputTest<T>(input: BaseInput<T>, config: TestConfig): void;