Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 338 Bytes

@mfdlabs/template

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

Examples

import { hello_world } from '@mfdlabs/template';

// Call the method
hello_world();

Exports

The package exports the following:

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