🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
130 B
JavaScript
Executable File
8 lines
130 B
JavaScript
Executable File
import platform from './node/index.js';
|
|
import * as utils from './common/utils.js';
|
|
|
|
export default {
|
|
...utils,
|
|
...platform
|
|
}
|