UNPKG

assertthat

Version:
7 lines (6 loc) 166 B
interface ResultAssertions { aValue: () => void; anError: () => void; anErrorWithMessage: (expected: string) => void; } export type { ResultAssertions };