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

x/simple_utility/mod.ts>MaybeString

Useful snippet collection.
Go to Latest
type alias MaybeString
import { type MaybeString } from "https://deno.land/x/simple_utility@v1.6.0/mod.ts";

Something that might be string.

definition: string | null | undefined