npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

call-delayed

1.0.0

@meryn

npmHomeRepoSnykSocket
Downloads:5274
$ npm install call-delayed
DailyWeeklyMonthlyYearly

call-delayed Build Status Dependency Status

setTimeout, but with arguments reversed.

Rationale

It gets tiring to write

function delay(time,fn) {setTimeout(fn,time)}

You'll get some nice assertions as a bonus.

Usage

var delay = require("call-delayed")
delay(100, function{ console.log("Execution of this function has been delayed by 100ms.")})

License

call-delayed is released under the MIT License. Copyright (c) 2017 Braveg1rl