Sha256: 695b586df2d8c78b78cdd7cc6943594f3f4bc52948f13b31cdedfa3ce8d97c31
Contents?: true
Size: 311 Bytes
Versions: 28
Compression:
Stored size: 311 Bytes
Contents
import { TraceMap } from './trace-mapping'; import type { SectionedSourceMapInput } from './types'; type AnyMap = { new (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; }; export declare const AnyMap: AnyMap; export {};
Version data entries
28 entries across 28 versions & 3 rubygems