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