This website works better with JavaScript
Home
Explore
Help
Register
Sign In
gogadmin
/
claudecode
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
95f7db110c
Branches
Tags
main
claudecode
/
shims
/
bun-bundle.d.ts
bun-bundle.d.ts
82 B
History
Raw
1
2
3
declare module 'bun:bundle' {
export function feature(name: string): boolean;
}