UNPKG

recoder-code

Version:

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

12 lines (10 loc) • 208 B
var array = require('postgres-array'); module.exports = { create: function (source, transform) { return { parse: function() { return array.parse(source, transform); } }; } };