Skip to content

perzikanz/my_test_package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-test-package

I tried the npm package.

Example

import addFunction from '@perzikanz/my-test-package';

console.log(addFunction(1, 2));

return

3