Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 29, 2024
1 parent 9c2e92e commit 7ff1f13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/index.d.ts
Expand Up @@ -114,8 +114,6 @@ type AnyFlags = Record<string, AnyFlag>;
export type Options<Flags extends AnyFlags> = {
/**
Pass in [`import.meta`](https://nodejs.org/dist/latest/docs/api/esm.html#esm_import_meta). This is used to find the correct package.json file.
`meow` will throw if this is not set.
*/
readonly importMeta: ImportMeta;

Expand Down

0 comments on commit 7ff1f13

Please sign in to comment.