Files
my_site/node_modules/hono/dist/utils/jwt/utf8.js
2026-03-24 14:30:59 +08:00

8 lines
140 B
JavaScript

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