Skip to main content
Module

x/rambda/source/times-spec.ts

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