Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ts_matches/src/matches.ts>literal

Being able to pattern match in typescript
Go to Latest
function literal
Re-export
import { literal } from "https://deno.land/x/ts_matches@v5.2.0/src/matches.ts";

Type Parameters

A extends
| string
| number
| boolean
| null
| undefined

Parameters

isEqualToValue: A