UNPKG

@neo-one/smart-contract-compiler-esnext-esm

Version:

NEO•ONE TypeScript smart contract compiler.

11 lines (9 loc) 276 B
import { Types } from '../../../constants'; import { WrapHelper } from '../WrapHelper'; export class WrapObjectHelper extends WrapHelper { constructor() { super(...arguments); this.type = Types.Object; } } //# sourceMappingURL=WrapObjectHelper.js.map