initial commit (work in progress)
This commit is contained in:
parent
13fdb60f66
commit
559369016d
83 changed files with 10461 additions and 0 deletions
3
test-utils/callAsync.js
Normal file
3
test-utils/callAsync.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
"use strict"
|
||||
|
||||
module.exports = typeof process === "object" ? process.nextTick : window.setImmediate || window.setTimeout
|
||||
Loading…
Add table
Add a link
Reference in a new issue