UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

19 lines (16 loc) 239 B
/*! * @techmely/utils * Copyright(c) 2021-2024 Techmely <techmely.creation@gmail.com> * MIT Licensed */ import { clamp, lerp, sum } from "./chunk-DNS23JKA.mjs"; import "./chunk-NYLAFCGV.mjs"; export { clamp, lerp, sum };