0.0.5 • Published 4 years ago
lerna-exploration v0.0.5
lerna-exploration
This package is to test out Lerna.
It contains one package that takes a string as the argument and returns a new string value that is all uppercase and book-ended by poop emojis.
Installation
npm i lerna-exploration
Usage
import lerna from 'lerna-exploration'
const poopString = lerna('your string here')
console.log(poopString)