mithril-vndb/test-utils/callAsync.js
impinball b4fb21475c Add editorconfig, resolve differences
This includes newlines, tabs, among other things.
2016-06-18 03:22:12 -04:00

3 lines
94 B
JavaScript

"use strict"
module.exports = typeof setImmediate === "function" ? setImmediate : setTimeout