Files
salvium-rs/index.js
T
2026-01-05 03:13:07 +00:00

4 lines
107 B
JavaScript

// Re-export everything from src
export * from './src/index.js';
export { default } from './src/index.js';