Skip to main content
Module

x/harmony/mod.ts>BaseChildManager#resolve

An easy to use Discord API Library for Deno.
Go to Latest
method BaseChildManager.prototype.resolve
Re-export
import { BaseChildManager } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Try to get value from cache, if not found then fetch

Parameters

key: string

Returns

Promise<T2 | undefined>