@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
10 lines • 333 B
TypeScript
/**
* Mechanics Re-export Module
*
* This file re-exports everything from the mechanics/index module
* to maintain compatibility with imports that expect mechanics.ts
* instead of mechanics/index.ts
*/
export * from './mechanics/index.js';
export { default } from './mechanics/index.js';
//# sourceMappingURL=mechanics.d.ts.map