4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
// For compatibility with resolution algorithms other than Node16.
|
|
|
|
export * from './entrypoints/main.cjs';
|
|
export {default} from './entrypoints/main.cjs';
|