UNPKG

@welups/wel-cli

Version:
13 lines (9 loc) 184 B
let fullNodeAPI = ""; const setFullNodeAPI = (url) => { fullNodeAPI = url }; const getFullNodeAPI = () => fullNodeAPI; module.exports = { setFullNodeAPI, getFullNodeAPI, };