sketch-polyfill-setinterval

0.2.0 • Public • Published

sketch-polyfill-setInterval

A setInterval and clearInterval polyfill for sketch. It is automatically included (when needed) when using skpm.

Installation

npm i -S sketch-polyfill-setinterval

Usage

import {setInterval, clearInterval} from 'sketch-polyfill-setinterval'

const interval = setInterval(
  (param) => console.log(param),
  1000,
  'hello world'
)

clearInterval(interval)

Package Sidebar

Install

npm i sketch-polyfill-setinterval

Weekly Downloads

12

Version

0.2.0

License

MIT

Last publish

Collaborators

  • mathieudutour