UNPKG

ts-ds-tool

Version:

Data structure and algorithm of TypeScript

2 lines (1 loc) 135 B
export declare function powerSet(arr: Array<any>, allPowerSets?: Array<any>, currentPowerSets?: Array<any>, position?: number): any[];