Skip to main content
Module

x/rambda/source/keys.spec.js

Faster and smaller alternative to Ramda
Latest
File
import { keys } from './keys.js'
test('happy', () => { expect(keys({ a : 1 })).toEqual([ 'a' ])})