Skip to main content
Module

x/rambda/source/keys.js

Faster and smaller alternative to Ramda
Go to Latest
File
export function keys(x) { return Object.keys(x)}