@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
16 lines • 689 B
JavaScript
// Auto-generated main index file
// This file is generated by generate-ts.mjs - do not edit manually
import Tags, { Tags as TagsNamed } from "./tags.js";
import Release, { Release as ReleaseNamed } from "./release.js";
import IolinIndex, { IolinIndex as IolinIndexNamed } from "./iolin-index.js";
// Re-export both named and default exports for maximum compatibility
export { TagsNamed as Tags, ReleaseNamed as Release, IolinIndexNamed as IolinIndex, };
// Create index object - this is the recommended way to import the library
const index = {
Tags,
Release,
IolinIndex,
};
// Default export for ES module compatibility
export default index;
//# sourceMappingURL=index.js.map