UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

5 lines (3 loc) 173 B
import type { RawSourceMap } from "source-map-js"; declare const normalizeSourceMap: (map: RawSourceMap, rootContext: string) => RawSourceMap; export = normalizeSourceMap;