Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_ai
/
node_modules
/
collect.js
/
docs
/
api
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_ai/node_modules/collect.js/docs/api/dd.md
# `dd()` The dd method will `console.log` the collection and exit the current process: ```js const collection = collect([1, 2, 3]).dd(); // Collection { items: [ 1, 2, 3 ] } // (Exits node.js process) ``` [View source on GitHub](https://github.com/ecrmnn/collect.js/blob/master/src/methods/dd.js)