Files
tryno10/app/code/node_modules/collect.js/docs/api/make.md
T
2022-04-07 18:09:31 +05:30

319 B

make()

The make method creates a new collection instance.

This is only added to adhere to the Laravel collection API, when using Collect.js it's recommended to use collect() directly when creating a new collection.

View source on GitHub