📄 resolve.d.cts
/home/palash/git/site/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts
Language: cts • Lines: 4
type Resolve = (source: string | null) => string;
export =       function resolver(mapUrl: string | null | undefined, sourceRoot: string | undefined): Resolve;
export {};
//# sourceMappingURL=resolve.d.ts.map