Skip to main content
Module

x/rambda/source/delay-spec.ts

Faster and smaller alternative to Ramda
Go to Latest
File
import {delay, DELAY} from 'rambda'
describe('R.delay', () => { it('happy', async() => { const result = await delay(100) result // $ExpectType "RAMBDAX_DELAY" DELAY // $ExpectType "RAMBDAX_DELAY" })})