UNPKG

rxjs-marbles

Version:

An RxJS marble testing library for any test framework

8 lines (7 loc) 244 B
export interface Configuration { assert?: (value: any, message: string) => void; assertDeepEqual?: (a: any, b: any) => void; frameworkMatcher?: boolean; run?: boolean; } export declare function defaults(): Configuration;