UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

11 lines (9 loc) 313 B
import { WellKnownSymbol } from '../../constants'; import { WellKnownSymbolBase } from './WellKnownSymbolBase'; export class SymbolIterator extends WellKnownSymbolBase { constructor() { super(...arguments); this.symbol = WellKnownSymbol.iterator; } } //# sourceMappingURL=iterator.js.map