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

x/hyogwa/src/utils.ts>withName

Natural 🌿 effect system that fits TypeScript
Latest
function withName
import { withName } from "https://deno.land/x/hyogwa@v0.1.0-rc.4/src/utils.ts";

Utility function to define function with name

Type Parameters

F extends Function

Parameters

f: F
  • A function to define name
name: string
  • A name for function