0.0.2 • Published 2 years ago

ts-mango v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Introduce

This is a multifunctional mango.

TsMango is a utility function library written in typescript.

Why TsMango?

  • :fire: Use TypeScript
  • :bell: Strong type
  • :white_check_mark: Import in as needed
  • :heavy_check_mark: Strict verification
  • :muscle: Robust code
  • :triangular_flag_on_post: Multi function
  • :rocket: Improve development efficiency

Download

Npm

npm i ts-mango

Yarn

yarn add ts-mango

Use

// Complete introduction
import TsMango from 'ts-mango'
TsMango.isNumber()

// Import in as needed
import { isNumber } from 'ts-mango'
isNumber()