test_helloWorld

helloworld

Usage no npm install needed!

<script type="module">
  import testHelloWorld from 'https://cdn.skypack.dev/test_helloWorld';
</script>

README

test_helloWorld

PayPayl donate button test_helloWorld version

  • this is a example for test helloWorld.

Overview

Getting Started

npm install test_helloWorld

Usage

   var h = require('test_helloWorld');
   h.hello.a();                        // hello world.
   h.test.test();                     //  this is a test
   h.hello.showmsg();           //  Not set
   h.hello.setmsg('[test] hello world'); //your set msg to :[test] hello world
   h.hello.showmsg();                       //[test] hello world

Result

License