bungibindies
Functions
pub fn runs_in_bun() -> Result(Nil, Nil)
Check if running in the Bun runtime. Returns Ok(Nil)
if running in Bun, Error(Nil)
otherwise.
pub fn runs_in_bun() -> Result(Nil, Nil)
Check if running in the Bun runtime. Returns Ok(Nil)
if running in Bun, Error(Nil)
otherwise.