change-context.d.ts 158 B

123456
  1. import { PointerType } from './pointer-type';
  2. export declare class ChangeContext {
  3. value: number;
  4. highValue?: number;
  5. pointerType: PointerType;
  6. }