finalize.d.ts 158 B

123
  1. import { ImmerScope } from "../internal";
  2. export declare function processResult(result: any, scope: ImmerScope): any;
  3. //# sourceMappingURL=finalize.d.ts.map