@thiagomr/math-ops
TypeScript icon, indicating that this package has built-in type declarations

0.7.1 • Public • Published

math-ops

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

Install

npm install @thiagomr/math-ops

Usage

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @thiagomr/math-ops

Weekly Downloads

1

Version

0.7.1

License

MIT

Unpacked Size

3.73 kB

Total Files

14

Last publish

Collaborators

  • thiagomr