Files
rspade_system/node_modules/collect.js/docs/api/count.md
2025-12-03 21:28:08 +00:00

258 B
Executable File

count()

The count method returns the total number of items in the collection:

const collection = collect([1, 2, 3, 4]);

collection.count();

// 4

View source on GitHub