chore: Update fff to 0.9.4 (#31583)
This commit is contained in:
parent
4ae468ff06
commit
e9e2612706
5 changed files with 19 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue