UNPKG

functions-tools

Version:
13 lines (9 loc) 220 B
const {languageBuild, objectConstructor} = require("../structure.js"); const lang = languageBuild(); let client = null; module.exports = { updateClient }; function updateClient(c) { client = c; }