Skip to content

CSWanigasooriya/npm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Install Package

npm i chamathwanigasooriya

Example

const chamath = require('chamathwanigasooriya');
const isChamath = chamath.isChamath('Chamath');
const displayChamath = chamath.displayChamath();

console.log(isChamath);