UNPKG

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

Version:

NEO•ONE TypeScript smart contract compiler.

10 lines (8 loc) 262 B
import { GetObjectHelperBase } from './GetObjectHelperBase'; export class GetPropertyObjectHelper extends GetObjectHelperBase { constructor() { super(...arguments); this.index = 0; } } //# sourceMappingURL=GetPropertyObjectHelper.js.map