sajad torkamani

Install packages

n i lodash
n i -D @types/lodash

Use methods

// Cherry-pick methods for smaller bundle
import shuffle from 'lodash/shuffle'

shuffle([2, 4, 6, 8])