1.1.8 • Published 7 years ago
helper-toolkit v1.1.8
helper toolkit
A toolkit with helper functions needed for repetitive, tedious tasks.
Installation:
npm i helper-toolkit --saveUsage:
URL functions:
import { urlFns } from 'helper-toolkit'urlFns.parseQuery()split and parse window.location.queryurlFns.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 numbergeometryFns.lat2tile(24.3, 8)get tile number from latitude and zoom number
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago