typocomath/src/interfaces
Glen Whitney 072b2a1f79 refactor: Streamline publishing operations
Avoids clumsy naming properties by making the names the keys in
  an interface to which the signatures of all operations must be
  published. This also reduces the number of different symbols and
  avoids long lists of imports in the modules implementing multiple
  operations, which were redundant with the list of functions
  exported from such modules.
2022-12-24 10:09:14 -05:00
..
arithmetic.ts refactor: Streamline publishing operations 2022-12-24 10:09:14 -05:00
predicate.ts refactor: Streamline publishing operations 2022-12-24 10:09:14 -05:00
relational.ts refactor: Streamline publishing operations 2022-12-24 10:09:14 -05:00
type.ts refactor: Streamline publishing operations 2022-12-24 10:09:14 -05:00