UNPKG

assertthat

Version:
8 lines (7 loc) 215 B
interface ObjectAssertions { atLeast: (expected: object) => void; atMost: (expected: object) => void; instanceOf: (expected: Function) => void; empty: () => void; } export type { ObjectAssertions };