All checks were successful
/ test (push) Successful in 17s
Establishes a global config object for a TypeDispatcher instance, so far with just properties representing comparison tolerances. Begins a "relational" group of functions with basic approximate equality, and an initial primitive ordering comparison. Ensures that methods that depend on properties of `config` will be properly updated when those properties change. Reviewed-on: #19 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
4 lines
177 B
JavaScript
4 lines
177 B
JavaScript
export * as arithmetic from './arithmetic.js'
|
|
export * as configuration from './config.js'
|
|
export * as relational from './relational.js'
|
|
export * as utilities from './utils.js'
|