shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
keysLast
Type:Function
Status:stable
Platform:jsnode
@blackbyte.sugar.shared.array
Make sure the passed array ends with the passed keys
Params
- array*-Array
The array to process
- keys*-Array
The keys to end the array with
Return
- -Array
The processed array
Example
import { keysLast } from '@blackbyte/sugar/array'
keysLast(['a','b','d','g','c'], ['d','g'])
// ['a','b','c','d','g']Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space