@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Function assertRuntime

    • Assert that the current runtime is one of the supported types. Throws if the runtime is not supported.

      Parameters

      • supported: RuntimeType[]

        Array of supported runtime types

      Returns void

      Error if current runtime is not in the supported list

      // Ensure we're running in Node.js or Bun
      assertRuntime([Runtime.Node, Runtime.Bun])