Files
RoggioApp/node_modules/hono/dist/utils/jwt/utf8.js
T
2026-04-26 19:42:42 +02:00

8 lines
140 B
JavaScript
Executable File

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