Module

x/overload/mod.ts>OverloadFunction

A type-safe way to make overloads for your functions in Deno 🚀
Latest
interface OverloadFunction
import { type OverloadFunction } from "https://dotland.deno.dev/x/overload@2.0.0/mod.ts";

Properties

args: Function[]
func: Function