feat: Add a couple of ways to install generics safely. (#18)

Resolves #10.

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #18
This commit is contained in:
Glen Whitney 2022-07-23 02:41:59 +00:00
parent 2a60cc0989
commit 4fdafc751e
3 changed files with 64 additions and 1 deletions

View file

@ -0,0 +1,3 @@
export {subtract} from './subtract.mjs'
export * from '../number/add.mjs'
export * from '../number/negate.mjs'