This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
AsaJS/src/index.ts
2026-01-25 02:50:36 +07:00

11 lines
332 B
TypeScript

import "./compilers/PreCompile.js"
import "./compilers/RunEnd.js"
export * from "./components/Animation.js"
export * from "./components/UI.js"
export * from "./components/Utils.js"
export * from "./types/enums/index.js"
export * as Properties from "./types/properties/index.js"
export { ItemAuxID } from "./types/enums/Items.js"