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