@animepaste/bangumi
Version:
16 lines (12 loc) • 593 B
TypeScript
import { Item, Language } from 'bangumi-data';
import { R as RawExportData } from './types-4fbc6183.js';
declare function compress(raw: RawExportData): {
compress: boolean;
bangumis: any[];
};
declare function decompress(compressed: RawExportData): RawExportData;
declare function getBgmId(bgm: Item): string | undefined;
declare function getBgmDmhy(bgm: Item): string | undefined;
declare function getBgmTitle(bgm: Item, locale?: Language): string;
declare function getBgmLink(bgmId: string): string;
export { compress, decompress, getBgmDmhy, getBgmId, getBgmLink, getBgmTitle };