UNPKG

assertthat

Version:
10 lines (8 loc) 163 B
interface ResultAssertions { aValue: () => void; anError: () => void; anErrorWithMessage: (expected: string) => void; } export type { ResultAssertions };