From b3b2f8beb537e442533a4b4cd8a93766ebee148f Mon Sep 17 00:00:00 2001 From: Tomer Aberbach Date: Tue, 14 Sep 2021 22:36:03 -0400 Subject: [PATCH] docs: add quetie to new data structures section --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 5869fe6..6d72ef1 100644 --- a/readme.md +++ b/readme.md @@ -139,6 +139,10 @@ * [sleep-promise](https://github.com/brummelte/sleep-promise) - Resolves a promise after a specified delay. * [is-promise](https://github.com/then/is-promise) - Test whether an object looks like a promises-a+ promise. +### Data Structure + +* [quetie](https://github.com/TomerAberbach/quetie) - Just the cutest and tiniest queue/deque implementation! + ### File System * [rimraf](https://github.com/isaacs/rimraf) - A deep deletion module for node (like rm -rf).