UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

33 lines (30 loc) 415 B
/*! * @techmely/utils * Copyright(c) 2021-2024 Techmely <techmely.creation@gmail.com> * MIT Licensed */ import { chunk, findLastIndex, groupBy, normalize, remove, sample, shuffle, take, unique, uniqueObj } from "./chunk-4UPMMVYW.mjs"; import "./chunk-NYLAFCGV.mjs"; export { chunk, findLastIndex, groupBy, normalize, remove, sample, shuffle, take, unique, uniqueObj };