From 52c7aed23481756079347d41ca3e9db267e68f4c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 3 Nov 2020 05:22:29 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7d8eb7a..bfbd297 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ A library of JavaScript type extensions, types and type utilities. - [`.capitalize()`](#stringcapitalize) - [`RegExp`](#regexp) - [`RegExp.quoteRegExp(..)`](#regexpquoteregexp) + - ['Promise'](#promise) + - [`Promise.cooperative(..)`](#promisecooperative) - [Containers](#containers) - [`containers.UniqueKeyMap()` (`Map`)](#containersuniquekeymap-map) - [`.set(..)`](#unique-key-mapset) @@ -436,6 +438,11 @@ These support setting the chunk size (default: `50`) as the first argument: #### `RegExp.quoteRegExp(..)` +### 'Promise' + +#### `Promise.cooperative(..)` + + ## Containers