« get me outta code hell

data: withFilteredList, withMappedList, withSortedList - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/data/withUnflattenedList.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-03 13:23:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-03 13:24:28 -0400
commitdb4698f9ce602227dc2c9aa79c409dd4ce508e7b (patch)
tree26838bdca100edb0b01b4007601c44c95cf8e9c2 /src/data/composite/data/withUnflattenedList.js
parent810acb84c379b76d3b8290bfd7d5971438999939 (diff)
data: withFilteredList, withMappedList, withSortedList
God bless thine soul, these are not unit tested.
Diffstat (limited to 'src/data/composite/data/withUnflattenedList.js')
-rw-r--r--src/data/composite/data/withUnflattenedList.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/data/composite/data/withUnflattenedList.js b/src/data/composite/data/withUnflattenedList.js
index 3cfc247..39a666d 100644
--- a/src/data/composite/data/withUnflattenedList.js
+++ b/src/data/composite/data/withUnflattenedList.js
@@ -3,6 +3,16 @@
 // of filtering them out), this function allows for recombining them. It will
 // filter out null and undefined items by default (pass {filter: false} to
 // disable this).
+//
+// See also:
+//  - withFlattenedList
+//
+// More list utilities:
+//  - excludeFromList
+//  - fillMissingListItems
+//  - withFilteredList, withMappedList, withSortedList
+//  - withPropertyFromList, withPropertiesFromList
+//
 
 import {input, templateCompositeFrom} from '#composite';
 import {isWholeNumber, validateArrayItems} from '#validators';