Skip to content

Kaddyp/my_first_npm_package

Repository files navigation

Say Hello Function

A list of not so helpful functions. This is just a test library.

NPM

To install ts-say-hello with npm, run

npm install --save ts-say-hello

Getting Started

import { tsHello } from 'ts-say-hello';

tsHello({
    firstName: 'FirstName',
    lastName: 'LastName'  
});

Node Package

alt text

About

My first Node Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published