0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

fix(helper/conninfo): add undefined for AddressType (#3112)

This commit is contained in:
Yusuke Wada 2024-07-08 23:02:25 +09:00 committed by GitHub
parent 58f421fa27
commit fa5b742b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
import type { Context } from '../../context'
export type AddressType = 'IPv6' | 'IPv4'
export type AddressType = 'IPv6' | 'IPv4' | undefined
export type NetAddrInfo = {
/**