UNPKG

mp-lens

Version:

微信小程序分析工具 (Unused Code, Dependencies, Visualization)

11 lines (10 loc) 294 B
import type { ProjectStructure } from '../analyzer/project-structure'; import './index.css'; declare global { interface Window { Chart?: any; __MP_LENS_GRAPH_DATA__?: ProjectStructure; __MP_LENS_UNUSED_FILES__?: string[]; __MP_LENS_TITLE__?: string; } }