UNPKG

n8n-nodes-elevenlabs-enhanced

Version:

Complete implementation of ElevenLabs AI voice generation into n8n workflows.

8 lines 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debugRequest = debugRequest; async function debugRequest(requestOptions) { console.log(requestOptions); return requestOptions; } //# sourceMappingURL=debugRequest.js.map