Skip to content

Commit

Permalink
pnpm update and API doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Davilarek committed Dec 3, 2023
1 parent 2f6c062 commit 94f9b2a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
## Functions

<dl>
<dt><a href="#AutomaticSortDirection">AutomaticSortDirection(sortMode)</a></dt>
<dd></dd>
<dt><a href="#getDuplicates">getDuplicates(arr)</a> ⇒ <code>Array</code></dt>
<dd></dd>
<dt><a href="#constructObject">constructObject(keys, values)</a> ⇒ <code>Object</code></dt>
Expand Down Expand Up @@ -274,6 +276,15 @@ Downloads and parses artist song list
| AllOrigins | <code>number</code> | <code>1</code> |
| SirJoshProxy | <code>number</code> | <code>2</code> |

<a name="AutomaticSortDirection"></a>

## AutomaticSortDirection(sortMode)
**Kind**: global function

| Param | Type |
| --- | --- |
| sortMode | <code>string</code> |

<a name="getDuplicates"></a>

## getDuplicates(arr) ⇒ <code>Array</code>
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94f9b2a

Please sign in to comment.