UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

12 lines (10 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BuiltinBase = void 0; class BuiltinBase { constructor() { this.types = new Set(); } } exports.BuiltinBase = BuiltinBase; //# sourceMappingURL=BuiltinBase.js.map