2.0.1 • Published 1 year ago
poc-common-util v2.0.1
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()
Parameter | Type | Description |
---|---|---|
- | Functions | Output: "Hello World TS!!!" |
helloWorld2()
Parameter | Type | Description |
---|---|---|
- | Functions | Output: "Hello World TS2!!!" |