Skip to main content
Module

x/rambda/identity-spec.ts

Faster and smaller alternative to Ramda
Go to Latest
File
import {identity} from 'rambda'
describe('R.identity', () => { it('happy', () => { const result = identity(4) result // $ExpectType 4 })})