UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

6 lines (5 loc) 200 B
/** * Returns true if and only if exactly one item from each * of the "groups" arrays appears in the "sample" array. */ export declare function samplesEach<T>(sample: T[], groups: T[][]): boolean;