Skip to content

Commit

Permalink
Merge pull request #36 from Derugon/main
Browse files Browse the repository at this point in the history
Update to 1.41, fix types & cleanup docs
  • Loading branch information
siddharthvp authored Mar 8, 2024
2 parents 773af71 + 0ea86ed commit 97c50ba
Show file tree
Hide file tree
Showing 34 changed files with 3,955 additions and 1,525 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Edit your project's `tsconfig.json` file so that it includes
]
```

You should be all set! `mw` will be available in the global scope. There is no need to put any import statements in the TypeScript source files.
You should be all set! `mw` will be available in the global scope. There is no need to put any import statements in the TypeScript source files.

**If you find any errors or have suggestions for more specific typings, please open a PR or file an issue.**

Expand Down Expand Up @@ -58,4 +58,3 @@ import type { ApiEditPageParams, ApiParseParams } from "types-mediawiki/api_para
```

Since it is just a type import, it doesn't generate any JavaScript. Hence, such imports can also be used in non-modular applications.

Loading

0 comments on commit 97c50ba

Please sign in to comment.