All checks were successful
/ test (pull_request) 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.
1 line
62 B
JavaScript
1 line
62 B
JavaScript
export const ReturnsAs = (g, f) => (f.returns = g.returns, f)
|