UNPKG

150 BTypeScriptView Raw
1import chai = require("chai");
2
3declare global {
4 var assert: Chai.AssertStatic;
5 var expect: Chai.ExpectStatic;
6 var should: Chai.Should;
7}