RuntimeCompat: {
    browser?: boolean | null;
    bun?: boolean | null;
    deno?: boolean | null;
    node?: boolean | null;
    workerd?: boolean | null;
}

Type declaration

  • Optionalbrowser?: boolean | null

    Whether the package is compatible with web browsers.

  • Optionalbun?: boolean | null

    Whether the package is compatible with Bun.

  • Optionaldeno?: boolean | null

    Whether the package is compatible with Deno.

  • Optionalnode?: boolean | null

    Whether the package is compatible with Node.js.

  • Optionalworkerd?: boolean | null

    Whether the package is compatible with workerd.