fullstacksjs / toolbox

A zero-dependency 📦 tree-shakable🌲 collection of missing JavaScript utilities.
https://toolbox.fullstacksjs.com/
MIT License
56 stars 15 forks source link

Uniq function #52

Closed hamed-bavar closed 1 year ago

hamed-bavar commented 1 year ago
export function uniq<T>(array: T[]): T[]

resolves #48

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 4.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: