UNPKG

@thi.ng/associative

Version:

ES Map/Set-compatible implementations with customizable equality semantics & supporting operations

5 lines (4 loc) 76 B
const first = (x) => x[Symbol.iterator]().next().value; export { first };