Grabbed dndbeyond's source code
``` ~/go/bin/sourcemapper -output ddb -jsurl https://media.dndbeyond.com/character-app/static/js/main.90aa78c5.js ```
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import * as RuleDataAccessors from './accessors';
|
||||
import * as RuleDataConstants from './constants';
|
||||
import * as RuleDataDerivers from './derivers';
|
||||
import * as RuleDataGenerators from './generators';
|
||||
import * as RuleDataTypings from './typings';
|
||||
import * as RuleDataUtils from './utils';
|
||||
export * from './typings';
|
||||
export * from './constants';
|
||||
export { RuleDataAccessors, RuleDataDerivers, RuleDataGenerators, RuleDataUtils };
|
||||
export default Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, RuleDataAccessors), RuleDataConstants), RuleDataDerivers), RuleDataGenerators), RuleDataTypings), RuleDataUtils);
|
||||
Reference in New Issue
Block a user