Skip to content

mfdlabs/node-http

Repository files navigation

@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;

About

HTTP Client utility for Node.js implementing pipelines.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks