UNPKG

@extra-array/lists

Version:

Gives lists of keys, and values.

8 lines 206 B
import type { Lists } from './_types'; /** * Gives lists of keys, and values. * @param x an array */ declare function lists<T>(x: T[]): Lists<T>; export default lists; //# sourceMappingURL=index.d.ts.map