UNPKG

wechaty-token

Version:

Wechaty Token Based Authentication Manager

8 lines 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.log = exports.DEFAULT_AUTHORITY = void 0; const brolog_1 = require("brolog"); Object.defineProperty(exports, "log", { enumerable: true, get: function () { return brolog_1.log; } }); const DEFAULT_AUTHORITY = 'api.chatie.io'; exports.DEFAULT_AUTHORITY = DEFAULT_AUTHORITY; //# sourceMappingURL=config.js.map