UNPKG

gittoken-web-workers

Version:

GitToken Web Workers

11 lines (9 loc) 233 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = accountVerified; function accountVerified(_ref) { var username = _ref.username; console.log('Check if the account is verified'); }