bun-bundle.d.ts

This commit is contained in:
nirholas
2026-03-31 10:24:08 +00:00
parent eec312bd48
commit 75a82dbcbe

View File

@@ -7,3 +7,4 @@ declare module 'bun:bundle' {
*/
export function feature(name: string): boolean
}