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

x/tsafe/index.ts>isAmong

🔩 The missing TypeScript utils
Latest
function isAmong
import { isAmong } from "https://deno.land/x/tsafe@v1.7.5/index.ts";

Type Parameters

Name extends
| string
| number
| boolean
| null
| undefined

Parameters

names: readonly Name[]
value: unknown

Returns

value is Name