UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

5 lines • 179 B
var isArray = Array.isArray; export function argsOrArgArray(args) { return args.length === 1 && isArray(args[0]) ? args[0] : args; } //# sourceMappingURL=argsOrArgArray.js.map