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:
parent
58f421fa27
commit
fa5b742b7d
@ -1,6 +1,6 @@
|
||||
import type { Context } from '../../context'
|
||||
|
||||
export type AddressType = 'IPv6' | 'IPv4'
|
||||
export type AddressType = 'IPv6' | 'IPv4' | undefined
|
||||
|
||||
export type NetAddrInfo = {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user