ts-say-hello
v0.0.2
Published
This ts test package.
Downloads
20
Readme
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'
});