芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts
import { TraceMap } from './trace-mapping'; import type { SectionedSourceMapInput } from './types'; declare type AnyMap = { new (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; }; export declare const AnyMap: AnyMap; export {};