This is a template for all node-js packages created by MFDLABS.
import { hello_world } from '@mfdlabs/node-logging';
// Call the method
hello_world();
The package exports the following:
/* A method that returns Hello World */
function hello_world(): string;