UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

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