This commit is contained in:
David Braun 2018-02-20 20:28:43 -05:00
parent f5e88f4dda
commit 71e4ddb5d6
No known key found for this signature in database
GPG key ID: 5694EEC4D129BDCF
3 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,7 @@
"use strict";
require(`setimmediate`);
// An order represents a pending push or shift.
const Order = channel => {
let order;