Skip to content
forked from varletjs/rattail

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

License

Notifications You must be signed in to change notification settings

lzxiaoqi/rattail

 
 

Repository files navigation

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'))

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%