1.0.0 • Published 1 year ago

@mfdlabs/http v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@mfdlabs/node-template

This is a template for all node-js packages created by MFDLABS.

Examples

import { hello_world } from '@mfdlabs/node-logging';

// Call the method
hello_world();

Exports

The package exports the following:

/* A method that returns Hello World */
function hello_world(): string;