DIR: /proc/self/root/usr/share/nodejs/@jridgewell/trace-mapping/dist/types/ |
Current File : //proc/self/root/usr/share/nodejs/@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 {}; |