Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 5, 2025
1 parent cab805a commit d135f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/max-params */
import type { Entry, Options, Query, Target } from 'wild-wild-path'

type Value = Entry['value']
Expand Down Expand Up @@ -257,3 +258,4 @@ export function exclude<T extends Options>(
* ```
*/
export function flatten(target: Target, options?: Options): object
/* eslint-enable @typescript-eslint/max-params */

0 comments on commit d135f6f

Please sign in to comment.