UNPKG

dts-element-fp

Version:

typescript definition generator for functional programming

8 lines (7 loc) 163 B
/** * - `masks[0]` -> `"000"` * - `masks[1]` -> `"100"` * - `masks[2]` -> `"010"` * - ... */ export declare const create_masks: (length: number) => string[];