UNPKG

@rimbu/base

Version:

Utilities to implement Rimbu collections

3 lines (2 loc) 129 B
export declare function first<K, V>(entry: readonly [K, V]): K; export declare function second<K, V>(entry: readonly [K, V]): V;