UNPKG

dify-client-plus-node

Version:

This is the Node.js SDK for the Dify.AI API, which allows you to easily integrate Dify.AI into your Node.js applications.

12 lines 147 B
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current' } } ] ] }