Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Mar 16, 2024
1 parent bf0a8a7 commit 3f709c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

```ts
export class Charset {
static readonly CP437: Charset;
static readonly ISO_8859_1: Charset;
static readonly ISO_8859_2: Charset;
static readonly ISO_8859_3: Charset;
static readonly ISO_8859_4: Charset;
static readonly ISO_8859_5: Charset;
static readonly ISO_8859_6: Charset;
static readonly ISO_8859_7: Charset;
public static readonly CP437: Charset;
public static readonly ISO_8859_1: Charset;
public static readonly ISO_8859_2: Charset;
public static readonly ISO_8859_3: Charset;
public static readonly ISO_8859_4: Charset;
public static readonly ISO_8859_5: Charset;
public static readonly ISO_8859_6: Charset;
public static readonly ISO_8859_7: Charset;
public static readonly ISO_8859_8: Charset;
public static readonly ISO_8859_9: Charset;
public static readonly ISO_8859_10: Charset;
Expand Down
16 changes: 8 additions & 8 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

```ts
export class Charset {
static readonly CP437: Charset;
static readonly ISO_8859_1: Charset;
static readonly ISO_8859_2: Charset;
static readonly ISO_8859_3: Charset;
static readonly ISO_8859_4: Charset;
static readonly ISO_8859_5: Charset;
static readonly ISO_8859_6: Charset;
static readonly ISO_8859_7: Charset;
public static readonly CP437: Charset;
public static readonly ISO_8859_1: Charset;
public static readonly ISO_8859_2: Charset;
public static readonly ISO_8859_3: Charset;
public static readonly ISO_8859_4: Charset;
public static readonly ISO_8859_5: Charset;
public static readonly ISO_8859_6: Charset;
public static readonly ISO_8859_7: Charset;
public static readonly ISO_8859_8: Charset;
public static readonly ISO_8859_9: Charset;
public static readonly ISO_8859_10: Charset;
Expand Down

0 comments on commit 3f709c8

Please sign in to comment.