Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 374 Bytes

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