mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-15 20:37:24 +00: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
|
|
}
|