UNPKG

@naverpay/hidash

Version:

improved lodash

6 lines (3 loc) 172 B
import { Collection } from './internal/types.js'; declare function shuffle<T>(collection: Collection<T> | null | undefined): T[]; export { shuffle as default, shuffle };