obniz-cli
Version:
[日本語はこちら](./README-ja.md)
15 lines • 544 B
JavaScript
;
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const Storage = __importStar(require("../storage"));
exports.default = async () => {
Storage.set("token", null);
console.log(`Signed out`);
};
//# sourceMappingURL=logout.js.map