1.1.5 • Published 6 years ago

unreal-tools v1.1.5

Weekly downloads
18
License
ISC
Repository
github
Last release
6 years ago

unrealTools

Install

npm install unreal-tools

Example

imprt {DateTool} from 'unreal-tools';

const dateTool = new DateTool()

let time = new Date()

let ftime = dateTool.format('yyyy-MM-dd');

// return 2018-10-18

Api category

api categoryapi nameparams/typedescription
Financethousandsstring|numberinput 1000.009 output 1,000.009
RestfulobjectToQueryStringobjectexample" {username:"unrealyan",password:"password"} return ?username=unrealyan&password=password
RestfulgetParameterstring string
RestfulgetParameterByNameobject
DateToolformatdateformat('yyyy-MM-dd') 2018-10-18

Finance thousands(input:number|string):string

Restful objectToQueryString(obj:object):any getParameter(name:string,all:string):string getParameterByName(name:string,url:string):any

DateTool format:any

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago