UNPKG

kbind

Version:

Library for working with keybinds

4 lines (3 loc) 148 B
import { default as Permutation } from './Permutation'; type AnyOrderArray<Array extends any[]> = Permutation<Array>; export default AnyOrderArray;