Getting Started
Overview
Rattail
is a utilities library for front-end developers, lightweight
and ts-friendly
.
Installation
shell
npm i rattail -S
shell
yarn add rattail
shell
pnpm add rattail
Usage
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.