Skip to main content
Module

x/rambda/source/values-spec.ts

Faster and smaller alternative to Ramda
Go to Latest
File
import {values} from 'rambda'
describe('R.values', () => { it('happy', () => { const result = values({ a: 1, b: 2, c: 3, }) result // $ExpectType number[] })})