Skip to content

thiagomr/math-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

math-ops

This package is an example about how publishing a TS package with Github Actions for an article that I wrote.

Install

npm install @thiagomr/math-ops

Usage

import { sum } from '@thiagomr/math-ops';

//6
console.log(sum(4, 2));

About

This package is an example about how publishing a TS package with Github Actions for an article that I wrote.

Resources

Stars

Watchers

Forks

Packages

No packages published