manner.js 1.0.37 → 1.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server/lib/discHndle.js +1 -0
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
async function discHndl(e,o){if("boolean"!=typeof e)throw new Error("[Error] The parameter whether to connect needs to be of booean type.");if("function"!=typeof o)throw new Error("[Error] Parameter handling should be function type.");!1===e&&await o()}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=discHndl;
|