1.0.2 • Published 3 years ago

hidashes v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Tantan-intl javascript library named hidashes

A javascript library(utils, helpers) for Tantan-intl front-end team.

Getting Started

To begin, you'll need to install hidashes:

Using npm:

$ npm install hidashes --save-dev

For example

import hidashes from 'hidashes';
// get param from url query: https://www.tantanapp.com.cn/intl?test=test
const valueFromUrl = hidashes.get('test') // test

API For hidashes

trim = (arg: string[, type]) => string; // remove space in a string
sort = (arg: Array<number>) => Array<number>; // equals Object.prototype.hasOwnProperty
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago