capnp-ts
Version:
Strongly typed Cap'n Proto implementation for the browser and Node.js using TypeScript
11 lines • 467 B
JavaScript
;
/**
* @author jdiaz5513
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Uint64 = exports.Int64 = void 0;
var int64_1 = require("./int64");
Object.defineProperty(exports, "Int64", { enumerable: true, get: function () { return int64_1.Int64; } });
var uint64_1 = require("./uint64");
Object.defineProperty(exports, "Uint64", { enumerable: true, get: function () { return uint64_1.Uint64; } });
//# sourceMappingURL=index.js.map