UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

13 lines (11 loc) 250 B
export class Helper { constructor() { this.needsGlobal = false; this.needsGlobalOut = false; } emitGlobal(_sb, _node, _options) { } emitGlobalOut(_sb, _node, _options) { } } //# sourceMappingURL=Helper.js.map