UNPKG

@iqai/adk-cli

Version:

CLI tool for creating, running, and testing ADK-TS agents

7 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizePathForEsbuild = normalizePathForEsbuild; function normalizePathForEsbuild(path) { return path.replace(/\\/g, "/"); } //# sourceMappingURL=utils.js.map