UNPKG

@svta/common-media-library

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