Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ahh/src/option.ts>Some

Opinionated idiomatic features for TypeScript.
Go to Latest
type alias Some
import { type Some } from "https://deno.land/x/ahh@v0.13.0/src/option.ts";

A value that is non-nullish.

definition: NonNullable<T>