Add an index file

This commit is contained in:
Jeff 2024-02-28 23:33:03 -05:00
parent 3e14a77a5e
commit 5a93eb97b3
2 changed files with 4 additions and 1 deletions

3
index.ts Normal file
View File

@ -0,0 +1,3 @@
export * from './src/Addition'
export * from './src/Max'
export * from './src/Digits'

View File

@ -1,6 +1,6 @@
{
"name": "math-types",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {