1 2 3 4 5 6 7
// // Copyright (c) ZeroC, Inc. All rights reserved. // const Ice = require("../Ice/ModuleRegistry").Ice; Ice.AsyncStatus = {Queued: 0, Sent: 1}; module.exports.Ice = Ice;