/**
 * UUID module
 * This file exports the appropriate UUID generation implementation based on the environment
 */
export * from './node.js';
