I don't like the file/function name, I'm not excited about the complexity of the logic it implements, and it's definitely a reusable piece worthy of being called a utility.
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
export * from './loadScript';
|
|
export * from './randomUtil';
|
|
export * from './roomnameGenerator';
|