fu-tools
v0.1.1
Published
[](https://badge.fury.io/js/fu-tools) [](https://opensource.org/licenses/MIT) [
What is inside?
Most of lodash basics and a few small things we often have to copy-paste vibe-code.
See 👉Documentation for everything.
Install
npm i fu-toolsUsage
import { shortId, wait, sha256, isPlainObject } from 'fu-tools'
const merged = extend({}, source1, source2) // Deep merge
const id = shortId() // Random ID
await wait(1000) // Promise-based delay
// blah-blah-blah more examples...You got the idea.
