link-events
v1.0.3
Published
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();
Downloads
1
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