@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
11 lines • 482 B
TypeScript
import { Tags as TagsNamed } from "./tags.js";
import { Release as ReleaseNamed } from "./release.js";
import { IolinIndex as IolinIndexNamed } from "./iolin-index.js";
export { TagsNamed as Tags, ReleaseNamed as Release, IolinIndexNamed as IolinIndex, };
declare const index: {
Tags: import("./gg-iolin.js").TagsInfo;
Release: import("./gg-iolin.js").MetaRelease;
IolinIndex: import("./gg-iolin.js").MetaIdx;
};
export default index;
//# sourceMappingURL=index.d.ts.map