Glen Whitney
91ec20edd8
Also implements a config object that upon change, lazily invalidates all operations that access it. Also allows references to signatures with nonexistent types (which typed-function does not); they come back as undefined. Uses these features to implement sqrt for number and complex. Resolves #7.
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
export * from './native.mjs'
|
|
export * from '../generic/arithmetic.mjs'
|