Getting Started
Overview
Rattail is a utilities library for front-end developers, lightweight and ts-friendly.
Installation
shell
npm i rattail -Sshell
yarn add rattailshell
pnpm add rattailUsage
ts
import { isString } from 'rattail'
console.log(isString('rattail'))Why not Lodash?
Rattail is not a replacement for Lodash nor a functional programming solution. Rattail aims to provide practical tools for more application scenarios.