is-bun-module efficiently detects if a given JavaScript/TypeScript file or module is running within the Bun runtime environment. Ideal for conditional execution of Bun-specific code or dependency management based on the detected runtime. This lightweight utility helps ensure compatibility and avoids errors when your code needs to behave differently in Node.js or other JavaScript environments. Specifically, it leverages Bun's unique identifier to confirm its presence.