UNPKG

assertthat

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