UNPKG

ts-ds-tool

Version:

Data structure and algorithm of TypeScript

2 lines (1 loc) 95 B
export declare function permutation(arr: Array<any>, shouldLength: number): Array<Array<any>>;