UNPKG

@huolala-tech/page-spy-browser

Version:

A developer tool for debugging remote web page.

5 lines (4 loc) 249 B
import type { SpySystem } from '@huolala-tech/page-spy-types'; export declare const FEATURE_MAP: SpySystem.Feature; export declare const asyncFeatureKey: string[]; export declare function computeResult(): Promise<Record<SpySystem.Category, any[]>>;