UNPKG

@visulima/packem

Version:

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

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