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