chore: Update fff to 0.9.4 (#31583)

This commit is contained in:
Dmitriy Kovalenko
2026-06-09 22:28:34 -04:00
committed by GitHub
parent 4ae468ff06
commit e9e2612706
5 changed files with 19 additions and 14 deletions
+4
View File
@@ -12,6 +12,10 @@ import {
type SearchResult,
} from "@ff-labs/fff-bun"
declare global {
const FFF_LIBC: "gnu" | "musl"
}
export type Result<T> = { ok: true; value: T } | { ok: false; error: string }
export type Init = InitOptions