UNPKG

assertthat

Version:
8 lines (7 loc) 260 B
interface ArrayAssertions<TContent> { containing: (item: TContent) => void; containingAllOf: (iterable: Iterable<TContent>) => void; containingAnyOf: (iterable: Iterable<TContent>) => void; empty: () => void; } export type { ArrayAssertions };