mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 01:44:37 +08:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
import platform from './node/index.js';
|
|
import * as utils from './common/utils.js';
|
|
|
|
export default {
|
|
...utils,
|
|
...platform
|
|
}
|