UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

13 lines (11 loc) 177 B
import {Keys as UKeys} from '../Union/Keys' /** Get the keys of an [[Object]] @param O @returns [[Key]] @example ```ts ``` */ export type Keys<O extends object> = UKeys<O>