UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

8 lines (5 loc) 171 B
"use strict"; var commonApi = require('./api_common'); var objectApi = require('./api_object'); var ecc = Object.assign({}, commonApi, objectApi); module.exports = ecc;