2.0.0 • Published 5 years ago

@vicentemaximilianoh/my-first-package v2.0.0

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

@vicentemaximilianoh/my-first-package

npm (scoped)

Example of a repo added to npm for testing purposes.

Install

$ npm install @vicentemaximilianoh/mt-first-package

Usage

const myFirstPackage = require('@vicentemaximilianoh/my-first-package');

myFirstPackage("Some text with spaces")
// => "Sometextwithspaces"