UNPKG

@chustasoft/cs-common

Version:

Common utilities for JavaScript projects equivalents to ChustaSoft CommonNET project

10 lines (9 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JwtAuthentication = void 0; class JwtAuthentication { constructor(token) { this.token = token; } } exports.JwtAuthentication = JwtAuthentication;