0.0.1 • Published 2 years ago

@ruebinary/picokit v0.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

🛠️ Picokit

Tiny JavaScript module that contains functions I regularly use

$ npm i @ruebinary/picokit
const pk = require('@ruebinary/picokit')
//code
pk.isValidUrl('https://www.example.com')

//output
true

More soon

(c) ruebinary 2022 under gnu gpl v3 license