4 lines
229 B
Plaintext
4 lines
229 B
Plaintext
declare function normalizeSourceMap(map: any, resourceContext: string): any;
|
|
declare function normalizeSourceMapAfterPostcss(map: any, resourceContext: string): any;
|
|
export { normalizeSourceMap, normalizeSourceMapAfterPostcss };
|