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

3 lines
132 B
Plaintext

import type { RawSourceMap } from 'source-map';
export declare function getRawSourceMap(fileContents: string): RawSourceMap | null;