UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

6 lines (5 loc) 159 B
var shared = require('./_shared')('keys'); var uid = require('./_uid'); module.exports = function (key) { return shared[key] || (shared[key] = uid(key)); };