Source: utils/universal/index.js

/**
 * Platform independent universal utils that must be able to run in nodejs and in the browser.
 * Test the /bin scripts in the cli after making changes here to ensure the code is compatible
 * with both environments
 * 
 * @namespace vef.utils.universal
 * @memberof vef.utils
 */

export * as core from "./core/index.js";
export * as ogc from "./ogc/index.js";