UNPKG

@neo-one/node-vm-browserify

Version:
7 lines (6 loc) 285 B
import { EquatableKey } from '@neo-one/node-core-browserify'; import { ObjectStackItem } from './ObjectStackItem'; export declare class EquatableKeyStackItem<Value extends EquatableKey> extends ObjectStackItem<Value> { toStructuralKey(): string; equals(other: any): boolean; }