UNPKG

@svta/common-media-library

Version:
14 lines 300 B
/** * Read ID3 size * * @param data - The data to read from * @param offset - The offset at which to start reading * * @returns The size * * @internal * * @group ID3 */ export declare function readId3Size(data: Uint8Array, offset: number): number; //# sourceMappingURL=readId3Size.d.ts.map