sketch-module-setinterval-polyfill

0.1.0 • Public • Published

sketch-module-setInterval-polyfill

A setInterval polyfill for sketch.

Installation

npm i -S sketch-module-setinterval-polyfill

Usage

import {setInterval, clearInterval} from 'sketch-module-setinterval-polyfill'
 
const interval = setInterval(
  (param) => console.log(param),
  1000,
  'hello world'
)
 
clearInterval(interval)

Package Sidebar

Install

npm i sketch-module-setinterval-polyfill

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • sketchbot
  • mathieudutour