UNPKG

@extra-array/infixes

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