2.0.0 • Published 7 years ago

@kdthanvi/pkgx v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

pkgx

npm (scoped) A tiny npm package

Install

npm install @kdthanvi/pkgx

Usage

const pkgx = require("@kdthanvi/pkgx")

pkgx("remove My Spaces");
// removeMySpaces

pkgx(1234);
//=> Uncaught TypeError: pkgx wants a string!