@svta/common-media-library
Version:
A common library for media playback in JavaScript
14 lines • 476 B
TypeScript
import type { SfDecodeOptions } from './SfDecodeOptions.js';
import type { SfDictionary } from './SfDictionary.js';
/**
* Decode a structured field string into a structured field dictionary
*
* @param input - The structured field string to decode
* @returns The structured field dictionary
*
* @group Structured Field
*
* @beta
*/
export declare function decodeSfDict(input: string, options?: SfDecodeOptions): SfDictionary;
//# sourceMappingURL=decodeSfDict.d.ts.map