UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 140 B
// src/utils/jwt/utf8.ts var utf8Encoder = new TextEncoder(); var utf8Decoder = new TextDecoder(); export { utf8Decoder, utf8Encoder };