mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fix chai-oequal types
This commit is contained in:
parent
cd6d750c0e
commit
605e116f4c
3
chai-oequal/index.d.ts
vendored
3
chai-oequal/index.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for chai-oequal
|
||||
// Type definitions for chai-oequal 0.0
|
||||
// Project: https://github.com/wrwrwr/chai-oequal
|
||||
// Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@ -23,5 +23,6 @@ declare namespace Chai {
|
||||
|
||||
declare module 'chai-oequal' {
|
||||
function chaiOequal(chai: any, utils: any): void;
|
||||
namespace chaiOequal {}
|
||||
export = chaiOequal;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user