The functions and classes found within the @sgrud/core module represent
the base upon which the SGRUD client libraries are
built. Therefore, most of the code provided within this module does not aim
at fulfilling one specific high-level need, but is used and intended to be
used as low-level building blocks for downstream projects. This practice is
employed throughout the SGRUD client libraries, as
all modules depend on this core module. By providing the core functionality
within this singular module, all downstream SGRUD
modules should be considered opt-in functionality which may be used within
projects building upon the SGRUD client libraries.
@sgrud/core
- The SGRUD Core Module.The functions and classes found within the
@sgrud/core
module represent the base upon which the SGRUD client libraries are built. Therefore, most of the code provided within this module does not aim at fulfilling one specific high-level need, but is used and intended to be used as low-level building blocks for downstream projects. This practice is employed throughout the SGRUD client libraries, as all modules depend on this core module. By providing the core functionality within this singular module, all downstream SGRUD modules should be considered opt-in functionality which may be used within projects building upon the SGRUD client libraries.