5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
// Stub for bun:bundle — feature() is compile-time in Bun; replaced by build script
|
|
export function feature(_flag: string): boolean {
|
|
return false
|
|
}
|