UNPKG

@svta/common-media-library

Version:
4 lines 277 B
import type { DecodedId3Frame } from '../DecodedId3Frame.js'; import type { RawId3Frame } from './RawFrame.js'; export declare function decodeId3ImageFrame(frame: RawId3Frame): DecodedId3Frame<string | ArrayBuffer> | undefined; //# sourceMappingURL=decodeId3ImageFrame.d.ts.map