declaremodule"@extra-array/infixes" {
/**
* Lists all possible infixes.
* @param x an array
* @param n number of values (-1 => any)
*/declarefunction infixes<T>(x: T[], n?: number): IterableIterator<T[]>;
export = infixes;
//# sourceMappingURL=infixes.d.ts.map}