mirror of https://github.com/vladmandic/human
update
parent
55b12a629c
commit
5f28dd09ad
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 936e36ce0fd331030b48db735836381f2f22134a
|
||||
Subproject commit f18a5e77f9aa0e3b6e0a1a8e1d229966a7021642
|
Loading…
Reference in New Issue