Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 820 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 820 Bytes

Rattail

A utilities library for front-end developers, lightweight and ts-friendly.

Documentation | 中文介绍


Features

  • 🛠️   Provide utilities frequently used in daily development
  • 🛠️   Utilities implementation is very lightweight
  • 🛠️   Written based on ts, providing complete ts types

Installation

# npm
npm i rattail -S
# yarn
yarn add rattail
# pnpm
pnpm add rattail

Usage

import { isString } from 'rattail'

console.log(isString('rattail'))