UNPKG

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

Version:

NEO•ONE TypeScript smart contract compiler.

12 lines (10 loc) 295 B
import { Types } from '../../../constants'; import { WrapHelper } from '../WrapHelper'; export class WrapNullHelper extends WrapHelper { constructor() { super(...arguments); this.length = 1; this.type = Types.Null; } } //# sourceMappingURL=WrapNullHelper.js.map