### 🛑 Before you Start - [x] I have searched [existing feature requests](https://github.com/Animated-Java/animated-java/labels/%E2%9C%A8%20Enhancement) for my feature. - [x] I have read [the documentation](https://animated-java.dev/docs/), and I am sure this feature is not already implemented. - [x] I am using the [latest version](https://builds.animated-java.dev/latest) of Animated Java. - [x] I will only request a single feature in this request. If I have multiple feature requests, I will create a separate request for each one. ### 📝 Description i want to use `exportAll` in my aj export script ^-^ https://github.com/Animated-Java/animated-java/blob/a507bd2fad3b4165c9856916ec3d362546ef3ed5/src/interface/animatedJavaBarItem.ts#L72 (`exportProject` is already exposed in the API) https://github.com/Animated-Java/animated-java/blob/a507bd2fad3b4165c9856916ec3d362546ef3ed5/src/index.ts#L88 ### 💡 Describe the solution you'd like add `exportAll` to the API object ### 🧪 Describe alternatives you've considered _No response_
🛑 Before you Start
📝 Description
i want to use
exportAllin my aj export script ^-^animated-java/src/interface/animatedJavaBarItem.ts
Line 72 in a507bd2
(
exportProjectis already exposed in the API)animated-java/src/index.ts
Line 88 in a507bd2
💡 Describe the solution you'd like
add
exportAllto the API object🧪 Describe alternatives you've considered
No response