1.1.8 • Published 5 years ago

helper-toolkit v1.1.8

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

helper toolkit

A toolkit with helper functions needed for repetitive, tedious tasks.

Installation:

npm i helper-toolkit --save

Usage:

URL functions:

import { urlFns } from 'helper-toolkit'
  • urlFns.parseQuery() split and parse window.location.query

  • urlFns.parseHash() split and parse window.location.hash

String functions:

import { stringFns } from 'helper-toolkit'
  • stringFns.capitalizeFirstLetter('hello word') capitalize first letter of each word in a string

geometry functions:

import { geometryFns } from 'helper-toolkit'
  • geometryFns.long2tile(-90.5, 12) get tile number from longitude and zoom number

  • geometryFns.lat2tile(24.3, 8) get tile number from latitude and zoom number

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago