bpms_site/.svn/pristine/c3/c362080accfacb9052a9398468eafe6fcacff0d8.svn-base
2025-11-02 16:38:49 +03:30

4 lines
229 B
Plaintext

declare function normalizeSourceMap(map: any, resourceContext: string): any;
declare function normalizeSourceMapAfterPostcss(map: any, resourceContext: string): any;
export { normalizeSourceMap, normalizeSourceMapAfterPostcss };