refactor: add cross-platform utility functions

This commit is contained in:
Haileyesus
2026-03-17 10:19:50 +03:00
parent 23c39a42b1
commit 7df21556dd
16 changed files with 872 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// This barrel keeps future imports short while the backend migrates into TypeScript.
export * from './path.js';
export * from './runtime-platform.js';
export * from './shell.js';
export * from './stream.js';
export * from './text.js';
export * from './types.js';