@meowapp/helloworld
v1.0.1
Published
A simple npm package that exposes a `helloworld` function, which, when called, prints "Xin Chào Thế Giới" to the console.
Downloads
1
Readme
Meowapp says Hello
A simple npm package that exposes a helloworld
function, which, when called, prints "Xin Chào Thế Giới" to the console.
Installation
You can install this package using npm:
npm install @meowapp/helloworld
Usage
In your Node.js project, you can use the helloworld function as follows:
import helloworld from '@meowapp/helloworld';
helloworld();
License
MIT