UNPKG

@azurapi/azurapi

Version:

Open Source Azur Lane Local Database

23 lines (22 loc) 587 B
export declare const data: { version: string; ships: string; equipments: string; chapters: string; voicelines: string; barrages: string; shipList: string; idMap: string; }; export declare const local: { ships: string; equipments: string; chapters: string; voicelines: string; barrages: string; shipList: string; idMap: string; }; export declare type datatype = 'ships' | 'equipments' | 'voicelines' | 'chapters' | 'barrages'; export declare let baseFolder: string; export declare let versionInfo: string;