UNPKG

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

Version:

NEO•ONE TypeScript smart contract compiler.

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