sketch-polyfill-settimeout

0.3.1 • Public • Published

sketch-polyfill-setTimeout

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

Installation

npm i -S sketch-polyfill-settimeout

Usage

import {setTimeout, clearTimeout} from 'sketch-polyfill-settimeout'
 
setTimeout(
  (param) => console.log(param),
  1000,
  'hello world'
)

Dependents (1)

Package Sidebar

Install

npm i sketch-polyfill-settimeout

Weekly Downloads

14

Version

0.3.1

License

MIT

Last publish

Collaborators

  • mathieudutour