link-events

First install this command. ``` $ npm install npm-package-example-codedmn --save ``` Following code for message display. ``` const test = require('npm-package-example-codedmn'); test.printMsg();

Usage no npm install needed!

<script type="module">
  import linkEvents from 'https://cdn.skypack.dev/link-events';
</script>

README

Function call message

First install this command.

    $ npm install npm-package-example-codedmn --save

Following code for message display.

    const test = require('npm-package-example-codedmn');
    test.printMsg();
    
    test.str_limit("Hello world",10,'...');
    
    test.ageCalculate('1993-11-25');  //24