Skip to main content
Module

x/ts_matches/src/parsers/utils.ts>isFunctionTest

Being able to pattern match in typescript
Go to Latest
variable isFunctionTest
import { isFunctionTest } from "https://deno.land/x/ts_matches@v5.2.0/src/parsers/utils.ts";

type

(x: unknown) => x is Function