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

x/oak/deps.ts>KeyStack#indexOf

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Go to Latest
method KeyStack.prototype.indexOf
import { KeyStack } from "https://deno.land/x/oak@v14.1.1/deps.ts";

Given data and a digest, return the current index of the key in the keys passed the constructor that was used to generate the digest. If no key can be found, the method returns -1.

Parameters

data: Data
digest: string

Returns

Promise<number>