@nogoo9/mcp-server-cloud-fs / transports / isBun
Function: isBun()
isBun():
boolean
Defined in: transports/index.ts:79
Detect if the current runtime is Bun.
Returns
boolean
true when running under Bun, false for Node.js.
@nogoo9/mcp-server-cloud-fs / transports / isBun
isBun():
boolean
Defined in: transports/index.ts:79
Detect if the current runtime is Bun.
boolean
true when running under Bun, false for Node.js.