Skip to content

Commit

Permalink
auto document and locale
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Feb 8, 2024
1 parent 465c676 commit 23bb80b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions dmclc.launcher.envpaths.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [dmclc](./dmclc.md) &gt; [Launcher](./dmclc.launcher.md) &gt; [envPaths](./dmclc.launcher.envpaths.md)

## Launcher.envPaths property

**Signature:**

```typescript
envPaths: import("env-paths").Paths;
```
1 change: 1 addition & 0 deletions dmclc.launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export declare class Launcher
| [contentServices](./dmclc.launcher.contentservices.md) | | Map&lt;string, [ContentService](./dmclc.contentservice.md)<!-- -->&lt;unknown&gt;&gt; | |
| [copy?](./dmclc.launcher.copy.md) | | ((arg: string) =&gt; void) \| undefined | _(Optional)_ |
| [downloader?](./dmclc.launcher.downloader.md) | | ((url: string, filename: fs.PathLike, oldURL: string) =&gt; Promise&lt;void&gt;) \| undefined | _(Optional)_ |
| [envPaths](./dmclc.launcher.envpaths.md) | | import("env-paths").Paths | |
| [i18n](./dmclc.launcher.i18n.md) | | i18next.TFunction | |
| [installedVersions](./dmclc.launcher.installedversions.md) | | Map&lt;string, [MinecraftVersion](./dmclc.version.md)<!-- -->&gt; | All installed versions. |
| [installer](./dmclc.launcher.installer.md) | | [Installer](./dmclc.installer.md) | |
Expand Down
2 changes: 1 addition & 1 deletion dmclc.launcher.version.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
**Signature:**

```typescript
static readonly version = "4.3.0-beta.7";
static readonly version = "4.4.0-alpha.1";
```
Binary file modified locales.tar.gz
Binary file not shown.

0 comments on commit 23bb80b

Please sign in to comment.