@devisfuture/mega-collection 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ These fields are used for indexes.
|
|
|
155
155
|
Indexes are built lazily on first use inside that shared state, so engine creation stays fast.
|
|
156
156
|
If you skip `fields`, everything still works, but the engine may scan the full array.
|
|
157
157
|
|
|
158
|
-
###
|
|
158
|
+
### Important
|
|
159
159
|
|
|
160
160
|
This section demonstrates extracting the final result after chained `search`, `sort`, and `filter` calls. Engine methods return an iterable/array-like result that may be evaluated, which enables convenient chaining.
|
|
161
161
|
|
package/package.json
CHANGED