5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
|
|
// ts_web - Browser-compatible entry point
|
||
|
|
// Re-exports everything from ts_shared
|
||
|
|
|
||
|
|
export * from '../ts_shared/index.js';
|