Source: utils/universal/index.js

  1. /**
  2. * Platform independent universal utils that must be able to run in nodejs and in the browser.
  3. * Test the /bin scripts in the cli after making changes here to ensure the code is compatible
  4. * with both environments
  5. *
  6. * @namespace vef.utils.universal
  7. * @memberof vef.utils
  8. */
  9. export * as core from "./core/index.js";
  10. export * as ogc from "./ogc/index.js";