Skip to main content
Module

x/rambda/update-spec.ts

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