From 0a17d02b6abcc667d0b38566cb89a506c86efe40 Mon Sep 17 00:00:00 2001 From: "abdulkerim.karaman" Date: Sun, 29 Dec 2024 12:42:05 +0300 Subject: [PATCH] multiple same titles. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e553a78..34d80af 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ const [error, response] ?= await fetch("https://arthur.place") - [Help Us Improve This Proposal](#help-us-improve-this-proposal) - [Authors](#authors) - [Inspiration](#inspiration) -- [Inspiration](#inspiration-1) - [License](#license)
@@ -529,8 +528,6 @@ This proposal is in its early stages, and we welcome your input to help refine i ## Inspiration -## Inspiration - - [This tweet from @LeaVerou](https://x.com/LeaVerou/status/1819381809773216099) - [Effect TS Error Management](https://effect.website/docs/guides/error-management) - The [`tuple-it`](https://www.npmjs.com/package/tuple-it) npm package, which introduces a similar concept but modifies the `Promise` and `Function` prototypes—an approach that is less ideal.