UNPKG

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

Version:

NEO•ONE TypeScript smart contract compiler.

9 lines (7 loc) 294 B
import { GetObjectPropertyHelperBase } from './GetObjectPropertyHelperBase'; export class GetPropertyObjectPropertyHelper extends GetObjectPropertyHelperBase { getObject(sb) { return sb.helpers.getPropertyObject; } } //# sourceMappingURL=GetPropertyObjectPropertyHelper.js.map