A simple Node.js package to convert text to uppercase.
npm install greet-with-uppercasebash
npm install greet-with-uppercase
`
Usage
$3
* To use greet-with-uppercase in an ES module project, you can import and use the greet function as follows:
`
import { greet } from 'greet-with-uppercase';
greet('Tony Stark');
`
$3
* To use greet-with-uppercase in a CommonJS module project, you need to dynamically import the greet function:
``