Files
dndbeyond_src/ddb_main/packages/rules-engine/es/engine/RuleDataPool/index.js
T
2025-05-28 15:36:51 -07:00

6 lines
258 B
JavaScript

import * as RuleDataPoolAccessors from './accessors';
import * as RuleDataPoolTypings from './typings';
export * from './typings';
export { RuleDataPoolAccessors };
export default Object.assign(Object.assign({}, RuleDataPoolAccessors), RuleDataPoolTypings);