2.0.1 • Published 1 year ago

poc-common-util v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

POC publish utils package

A set of common utilities for proof of concept projects.

Install dependencies

You can install this package using npm or yarn:

  npm i poc-common-util

or

  yarn add poc-common-util

Usage/Examples

import { helloWorld } from 'poc-common-util';

helloWorld(); // Output: "Hello World TS!!!" 
helloWorld2(); // Output: "Hello World TS2!!!" 

Functions

helloWorld()

ParameterTypeDescription
-FunctionsOutput: "Hello World TS!!!"

helloWorld2()

ParameterTypeDescription
-FunctionsOutput: "Hello World TS2!!!"
2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago