MCPcopy Create free account
hub / github.com/zxlie/FeHelper /

Class

apps/en-decode/endecode-lib.js:604–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602 // 来自网友的贡献,做jwt解码
603 let jwtDecode = (() => {
604 class InvalidTokenError extends Error {
605 }
606 InvalidTokenError.prototype.name = "InvalidTokenError";
607 function b64DecodeUnicode(str) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected