2.4.1 • Published 4 years ago

@msg-labs/test-module v2.4.1

Weekly downloads
-
License
WTFNMFPL-1.0
Repository
github
Last release
4 years ago

@msg-labs/test-module [Test Module]

Just a test module to learn how to deploy and manage npm modules using different organisations and users

Usage

const { init } = require( '@msg-labs/test-module' );

init()
    .subscribe( message => console.log( message ) );

API

init

Returns a greeting message.

This message will be customised if the name parameter is present

( name?: string ) => Observable<string>

name Target of the greet

returns Greeting wrapped into an observable

2.4.1

4 years ago

2.4.0

4 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago