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