Socket
Book a DemoInstallSign in
Socket

fd-interval

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fd-interval

window.setInterval FP-style

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

fd-interval

Build Status npm version

window.setInterval FP-style

Installation

npm install fd-interval --save

Usage

var interval = require('fd-interval');

var every2s = interval(2000);

every2s(function() {
  alert('FP rocks');
});

Keywords

fp-dom

FAQs

Package last updated on 24 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts