IComputeContext.d.ts 73 B

1234
  1. /** @internal */
  2. export interface IComputeContext {
  3. clear(): void;
  4. }