UNPKG

197 BTypeScriptView Raw
1import { buildExpect } from "./build-expect";
2import { Expect } from "./expect";
3import { IExpect } from "./expect.i";
4import { fail } from "./fail";
5export { buildExpect, Expect, fail, IExpect };