UNPKG

c9ai

Version:

Universal AI assistant with vibe-based workflows, hybrid cloud+local AI, and comprehensive tool integration

6 lines 229 B
"use strict"; // Ensure every module imports the SAME Zod instance. // Works whether zod exposes { z } or default export. const Z = require("zod"); const z = Z?.z || Z; // tolerate both CJS/ESM builds module.exports = { z };