UNPKG

generator-website-starter

Version:

A website generator using semantic markup, SASS, Gulp, Imagemin and Browser-sync

14 lines (12 loc) 217 B
"use strict"; module.exports = function (t, a, d) { var invoked, id; id = setTimeout(function () { invoked = true; }, t); setTimeout(function () { a(invoked, undefined); clearTimeout(id); d(); }, 100); };