Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias MaybeString
import { type MaybeString } from "https://deno.land/x/simple_utility@v1.6.0/mod.universal.ts";

Something that might be string.

definition: string | null | undefined