From c7a331d790c431eca3f772502f416ddd107b59f3 Mon Sep 17 00:00:00 2001 From: Jason Allan Date: Fri, 12 Apr 2024 00:29:02 +0100 Subject: [PATCH] Remove `qs` from list --- docs/alternatives.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/alternatives.md b/docs/alternatives.md index b7d3d92..8f01397 100644 --- a/docs/alternatives.md +++ b/docs/alternatives.md @@ -27,7 +27,6 @@ last-index-of | `Array.prototype.lastIndexOf` | left-pad | `String.prototype.padStart` | pad-left | `String.prototype.padStart` | q | `Promise` | Use native promises -qs | `URLSearchParams` | `URLSearchParams` is built in to the platform query-string | `URLSearchParams` | `URLSearchParams` is built in to the platform querystring | `URLSearchParams` | `URLSearchParams` is built in to the platform querystringify | `URLSearchParams` | `URLSearchParams` is built in to the platform