mirror of https://github.com/vladmandic/human
update
parent
b0ed511405
commit
2464b8c0ef
|
@ -33,7 +33,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
|
||||||
- [**Code Repository**](https://github.com/vladmandic/human)
|
- [**Code Repository**](https://github.com/vladmandic/human)
|
||||||
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
|
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
|
||||||
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
|
- [**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)
|
- [**Change Log**](https://github.com/vladmandic/human/blob/main/CHANGELOG.md)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -161,7 +161,7 @@ Build target is `JavaScript` **EMCAScript version 2018**
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
For details see [**Wiki Pages**](https://github.com/vladmandic/human/wiki)
|
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>
|
<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
|
* All methods and properties are available only as members of Human class
|
||||||
*
|
*
|
||||||
* Configuration object definition: @link Config
|
* - Configuration object definition: {@link Config}
|
||||||
* Results object definition: @link Result
|
* - Results object definition: {@link Result}
|
||||||
* Possible inputs: @link Input
|
* - Possible inputs: {@link Input}
|
||||||
*/
|
*/
|
||||||
export class Human {
|
export class Human {
|
||||||
version: String;
|
version: String;
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 936e36ce0fd331030b48db735836381f2f22134a
|
Subproject commit f18a5e77f9aa0e3b6e0a1a8e1d229966a7021642
|
Loading…
Reference in New Issue