UNPKG

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

Version:

NEO•ONE TypeScript smart contract compiler.

11 lines (9 loc) 275 B
import { Types } from '../../../constants'; import { IsHelper } from '../IsHelper'; export class IsAttributeHelper extends IsHelper { constructor() { super(...arguments); this.type = Types.Attribute; } } //# sourceMappingURL=IsAttributeHelper.js.map