invert-kv
Inverter
An inverter of key-value pairs in objects
🙃 Invert key-value pairs in an object, e.g., { foo: "bar" } → { bar: "foo" }
3 stars
6 watching
1 forks
Language: TypeScript
last commit: over 4 years ago
Linked from 1 awesome list
denodenolanddenorgkey-valueobjecttypescript
Related projects:
Repository | Description | Stars |
---|---|---|
fernandolguevara/deno-envconfig | A TypeScript library for parsing and generating environment variable configurations. | 2 |
denorg/recursive-readdir | A utility function to recursively traverse directories in Deno | 8 |
siokas/denomander | A Deno-based framework for building command-line interfaces | 149 |
denodrivers/mongo | A MongoDB driver for Deno allowing basic to advanced database operations | 512 |
denorg/starter | A starter template for building Deno packages in TypeScript with automated testing and release tools. | 28 |
denodrivers/postgres | A PostgreSQL driver for Deno that simplifies interaction with the database. | 607 |
denoland/vscode_deno | A Visual Studio Code extension that integrates Deno's language server with the editor | 1,494 |
egoist/dedep | Tool to manage and retrieve the latest versions of external dependencies used in a Deno project | 66 |
hashrock/deno-fnparse | A parser combinator for JavaScript to parse CSV files based on RFC4180 standards. | 11 |
hayd/deno-using | A Python-style with statement for Deno, allowing asynchronous file operations using custom Using types. | 11 |
denorg/online | A small project to check if your machine is online and connected to the internet using Deno. | 7 |
cardosomarcos/deno-dotenv | A utility for loading environment variables from a configuration file in Deno projects | 8 |
motss/deno_mod | A collection of reusable code snippets in TypeScript designed to make working with Deno easier | 14 |
yeukfei02/notion-sdk-deno | An API wrapper for interacting with the Notion API using Deno. | 3 |
ethandunford/deno-validation | A general-purpose validation library for Deno. | 2 |