8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
declare global {
|
|
interface Object {
|
|
should: Chai.Assertion;
|
|
}
|
|
}
|
|
|
|
export {};
|