Package Exports
- greeter-csmpt
- greeter-csmpt/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (greeter-csmpt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
greeter-csmpt
A simple module to greet users.
Installation
npm install greeter-csmpt
Usage
const greeter = require('greeter-csmpt');
console.log(greeter.greet('World')); // Output: Hello, World!
API
greet(name)
- name (string) - The name to include in the greeting.
- Returns (string) - A greeting message.
Keywords
- greet
- greeting
- welcome
Author
Created by ninjalandia.
License
This project is licensed under the MIT License.