From a2901aec80400f7442f78eeab166dce11607a0ee Mon Sep 17 00:00:00 2001 From: Roger Floriano <31597636+petruki@users.noreply.github.com> Date: Wed, 28 Feb 2024 04:47:57 -0800 Subject: [PATCH] Add Switcher4Deno (#382) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de0afea..59ed72d 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ This list is a collection of the best Deno modules and resources. - [recursive-readdir](https://github.com/denorg/recursive-readdir) - Recursively read directories in Deno. - [rubico](https://github.com/richytong/rubico) - 🏞 [a]synchronous function composition; it just works. - [solc](https://github.com/deno-web3/solc) - 💎 Solidity bindings for Deno. +- [switcher4deno](https://github.com/switcherapi/switcher-client-deno) - Feature Flag Deno SDK client for Switcher-API. - [tryify](https://github.com/twilsoft/tryify) - Functional style error handling; never throw/try/catch/finally again. - [type-fest](https://github.com/denoserverless/type-fest) - A collection of essential TypeScript types (port of sindresorhus/type-fest). - [unified-deno-lock](https://github.com/yooneskh/unified-deno-lock) - Powerful and simple lock (mutex) library to handle race conditions with zero dependencies