UNPKG

recoder-code

Version:

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

15 lines (10 loc) • 224 B
'use strict'; const internals = {}; module.exports = function (...args) { try { return JSON.stringify(...args); } catch (err) { return '[Cannot display object: ' + err.message + ']'; } };