UNPKG

cybernaut

Version:

Reliable, automated web UI testing in BDD-style.

8 lines (5 loc) 147 B
// tslint:disable no-any declare module 'deep-strict-equal' { function deepStrictEqual(a: any, b: any): boolean; export = deepStrictEqual; }