UNPKG

erosolar-cli

Version:

Unified AI agent framework for the command line - Multi-provider support with schema-driven tools, code intelligence, and transparent reasoning

11 lines 245 B
/** * Utility Function Template * * Auto-generated utility function with TypeScript */ export const StringUtils = (input) => { // Utility logic here return input; }; export default StringUtils; //# sourceMappingURL=StringUtils.js.map