mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-07 09:34:49 +08:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
import platform from './node/index.js';
|
|
import * as utils from './common/utils.js';
|
|
|
|
export default {
|
|
...utils,
|
|
...platform,
|
|
};
|