Files
MCP-Browser/node_modules/hono/dist/utils/jwt/utf8.js
T
2026-03-25 09:47:08 -03:00

8 lines
140 B
JavaScript

// src/utils/jwt/utf8.ts
var utf8Encoder = new TextEncoder();
var utf8Decoder = new TextDecoder();
export {
utf8Decoder,
utf8Encoder
};