astchunk Type-safe components for scalable applications Installation bun add astchunk Usage import { greet } from 'astchunk'; console.log(greet('World')); // Hello, World! Contributing Please see CONTRIBUTING.md for contribution guidelines. License MIT