Skip to content

Commit

Permalink
Change to remove H type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 16, 2023
1 parent e804231 commit 1894044
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ import type {State} from './lib/state.js'
// Expose types.
export type {Handler, Handlers, Options, State} from './lib/state.js'

// To do: next major: remove.
/**
* Deprecated: use `State`.
*/
export type H = State

// Expose JS API.
export {handlers as defaultHandlers} from './lib/handlers/index.js'
// To do: next major: remove.
Expand Down

0 comments on commit 1894044

Please sign in to comment.