Skip to main content
Module

x/rambda/type-spec.ts

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