Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable handleCircularRef
import { handleCircularRef } from "https://deno.land/x/localekit@2.2.0/util/match/utils/util.ts";

Handles circular references in the key call stack.

type

(key_call_stack: string[], key: string) => unknown