Skip to main content
Module

x/rambda/source/mapcat-spec.ts

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