2.0.0 • Published 3 years ago

@patrawi27/test-hello-module v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Welcome to my second testing module!!! @patrawi27/test-hello-module

The motivation why I make this repository because I was assigned to explore how we gonna publish our code on npmjs.The reason to publish is because there's plenty of code that use the same in every fields.

Install

npm install @patrawi27/test-hello-module

Usage

const test = require("@patrawi27/test-hello-module");
test("patrawi");
//=> "Hello patrawi from finnize"

test(1337);
//=> Uncaught TypeError: testing need a string
// at testing (<anonymous>:2:41)
// at <anonymous>:1: