UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

10 lines (9 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // required, must be updated by UI var AuthAbstract = /** @class */ (function () { function AuthAbstract() { } return AuthAbstract; }()); exports.default = AuthAbstract;