UNPKG

n8n-nodes-aitable-unofficial

Version:

n8n community node for integration with AITable

10 lines (7 loc) 267 B
// This is a CommonJS module that exports the node classes module.exports = { // Nodes Aitable: require('./dist/nodes/AitableNode/Aitable.node.js').Aitable, // Credentials AitableApi: require('./dist/credentials/AitableApi.credentials.js').AitableApi, };