Skip to content

Commit

Permalink
Generated documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
QSmally committed Jul 30, 2020
1 parent 4a0cde2 commit 7f011a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/DataStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ const MyDS = new Qulity.DataStore(Iterable?);
>
> Returns **{DataStore}** The updated DataStore.
## [.resolve(Key)](https://github.com/QSmally/Qulity/blob/master/lib/Maps/DataStore.js#L65)
## [.clear()](https://github.com/QSmally/Qulity/blob/master/lib/Maps/DataStore.js#L65)
> Erases every elements from this DataStore. Extended method to ensure the LRR is unavailable.
>
> Returns **{DataStore}** The updated DataStore.
## [.resolve(Key)](https://github.com/QSmally/Qulity/blob/master/lib/Maps/DataStore.js#L76)
> Resolves a data model.
> | Key | Type | Description |
> | --- | --- | --- |
Expand Down

0 comments on commit 7f011a0

Please sign in to comment.