feat: Allow nonrecursive whole-function dependencies and use to subtract
This commit is contained in:
parent
a22add9434
commit
b16af5cd71
4 changed files with 32 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
export {add} from './add.mjs'
|
||||
export {negate} from './negate.mjs'
|
||||
export {subtract} from '../generic/subtract.mjs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue