UNPKG

ts-snippet

Version:

A TypeScript snippet testing library for any test framework

10 lines (9 loc) 235 B
var Expect = (function () { function Expect(toFail, toInfer, toSucceed) { this.toFail = toFail; this.toInfer = toInfer; this.toSucceed = toSucceed; } return Expect; }()); export { Expect };