UNPKG

@svta/common-media-library

Version:
5 lines 312 B
import type { SfDecodeOptions } from '../SfDecodeOptions.js'; import type { SfDictionary } from '../SfDictionary.js'; import type { ParsedValue } from './ParsedValue.js'; export declare function parseDict(src: string, options?: SfDecodeOptions): ParsedValue<SfDictionary>; //# sourceMappingURL=parseDict.d.ts.map