Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/_utils.ts>MaybeNull

Deno standard library
Go to Latest
type alias MaybeNull
import { type MaybeNull } from "https://deno.land/std@0.111.0/node/_utils.ts";
definition: T | null