Remove `const` and replace with `var`
@ -13,7 +13,7 @@ var REVERSE_OPS = (function () {
return result
})()
const OP_INT_BASE = OPS.OP_RESERVED // OP_1 - 1
var OP_INT_BASE = OPS.OP_RESERVED // OP_1 - 1
function toASM (chunks) {
if (types.Buffer(chunks)) {