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

x/fastro/utils/octokit.ts>mapToRecord

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
function mapToRecord
import { mapToRecord } from "https://deno.land/x/fastro@v0.94.1/utils/octokit.ts";

Type Parameters

K extends string | number | symbol
V

Parameters

map: Map<K, V>

Returns

Record<K, V>