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