Pinned Loading
-
-
-
phantomConfig.ts
phantomConfig.ts 1type F0 = () => void
2type F1<T, TRet = void> = (arg: T) => TRet
3type Just<T> = { type: "Just", value: T }
4type Nothing = { type: "Nothing" }
5type Maybe<T> = Just<T> | Nothing
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.