Skip to content

Commit

Permalink
fixup! chore: fix eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 24, 2023
1 parent 52be845 commit 36e26c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import ObserveWriteStream from './lib/observe_write_stream'
import { parameters, refreshTiming, defaultTiming } from './lib/parameters'
import { isIPv6 } from 'net'
import { registerOption, registerFormat, ignoreOption } from './lib/option_converter'
import { type CoapServerOptions, type requestListener, type CoapRequestParams, type ParametersUpdate, type AgentOptions, type CoapPacket, type Option, type OptionValue } from './models/models'
import type { CoapServerOptions, requestListener, CoapRequestParams, ParametersUpdate, AgentOptions, CoapPacket, Option, OptionValue } from './models/models'

export let globalAgent = new Agent({ type: 'udp4' })
export let globalAgentIPv6 = new Agent({ type: 'udp6' })
Expand Down

0 comments on commit 36e26c5

Please sign in to comment.