🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
132 B
TypeScript
Executable File
9 lines
132 B
TypeScript
Executable File
import { runWorker } from './worker';
|
|
import terser from './module';
|
|
|
|
runWorker();
|
|
|
|
export * from './type';
|
|
|
|
export default terser;
|