README -> API Index -> Modules Index -> lib.array
Source: src/lib/array.js
Array coercion and manipulation helpers for list normalization workflows.
append- Wrap each item ininputwith a prefix and postfix.subtract- Return a copy oflistwith all values inexcluderemoved.trim- Normalize a value into an array and trim whitespace from string elements.is- Check whether a value is an Array.to- Coerce any input into an array.len- Return array length, or 0 if not an array.filterStrings- Normalize an input into an array of non-empty strings.
- Module index -> ./INDEX.md
- Function index -> ../functions/INDEX.md
- API index -> ../INDEX.md