pull/293/head
Vladimir Mandic 2021-03-17 18:33:12 -04:00
parent 55b12a629c
commit 5f28dd09ad
3 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
- [**Code Repository**](https://github.com/vladmandic/human)
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
- [**API Specification**](https://vladmandic.github.io/human/typedoc/index.html)
- [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
- [**Change Log**](https://github.com/vladmandic/human/blob/main/CHANGELOG.md)
<br>
@ -161,7 +161,7 @@ Build target is `JavaScript` **EMCAScript version 2018**
<br>
For details see [**Wiki Pages**](https://github.com/vladmandic/human/wiki)
and [**API Specification**](https://vladmandic.github.io/human/typedoc/index.html)
and [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
<br>

View File

@ -53,13 +53,13 @@ function mergeDeep(...objects) {
}, {});
}
/**
* Main Class for `Human` library
* **Human** library main class
*
* All methods and properties are available only as members of Human class
*
* Configuration object definition: @link Config
* Results object definition: @link Result
* Possible inputs: @link Input
* - Configuration object definition: {@link Config}
* - Results object definition: {@link Result}
* - Possible inputs: {@link Input}
*/
export class Human {
version: String;

2
wiki

@ -1 +1 @@
Subproject commit 936e36ce0fd331030b48db735836381f2f22134a
Subproject commit f18a5e77f9aa0e3b6e0a1a8e1d229966a7021642