4 lines
208 B
Plaintext
4 lines
208 B
Plaintext
type Resolve = (source: string | null) => string;
|
|
export default function resolver(mapUrl: string | null | undefined, sourceRoot: string | undefined): Resolve;
|
|
export {};
|
|
//# sourceMappingURL=resolve.d.ts.map |