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:
parent
2a60cc0989
commit
4fdafc751e
3 changed files with 64 additions and 1 deletions
3
src/generic/subtract.concrete.mjs
Normal file
3
src/generic/subtract.concrete.mjs
Normal file
|
@ -0,0 +1,3 @@
|
|||
export {subtract} from './subtract.mjs'
|
||||
export * from '../number/add.mjs'
|
||||
export * from '../number/negate.mjs'
|
Loading…
Add table
Add a link
Reference in a new issue