gatherActiveObservationsAtDepth.d.ts 116 B

12
  1. declare const gatherActiveObservationsAtDepth: (depth: number) => void;
  2. export { gatherActiveObservationsAtDepth };