bun-bundle.d.ts 82 B

123
  1. declare module 'bun:bundle' {
  2. export function feature(name: string): boolean;
  3. }