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 WrapStringHelper extends WrapHelper { constructor() { super(...arguments); this.type = Types.String; } } //# sourceMappingURL=WrapStringHelper.js.map