436a9631fc
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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,
|
|
};
|