Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
257 B
Executable File
257 B
Executable File
unwrap()
The unwrap method will unwrap the given collection:
const collection = collect([1, 2, 3]);
collect().unwrap(collection);
// [1, 2, 3]