Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NOTHING

import { NOTHING } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

a short expression to express "nothing"

@example
// returns "a?b:0"
ifElse("a", "b", NOTHING)
const NOTHING: 0;