Skip to main content
Module

x/curry/dev_deps.ts>assertEqualsTypes

TypeScript-first curry function without upcast
Go to Latest
variable assertEqualsTypes
import { assertEqualsTypes } from "https://deno.land/x/curry@v1.0.0/dev_deps.ts";

type

<T, U extends T = T>(_actual?: U) => void