Skip to content

Commit

Permalink
fix: properly import urlpattern-polyfill types
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Dec 2, 2023
1 parent 2c942ad commit 982c792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Router.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference,spaced-comment
// / <reference types="urlpattern-polyfill" />
// eslint-disable-next-line
/// <reference types="urlpattern-polyfill" />
import type { EmptyRecord, Optional } from './types.js';

/**
Expand Down

0 comments on commit 982c792

Please sign in to comment.