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

std/collections/map_keys.ts

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.222.1/collections/map_keys.ts";

Functions

Applies the given transformer to all keys in the given record's entries and returns a new record containing the transformed entries.