diff --git a/README.md b/README.md index 4edf2fb..d0a681c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Helpers for strings and objects, an accurate timer and some useful angular spefi **`import { Timer } from 'papilion'`** +For full list of methods and classes, see Documentation + # Documentation https://jakobsegerslatt.github.io/papilion/ diff --git a/docs/classes/_timer_.timer.html b/docs/classes/_timer_.timer.html index 9098a11..3e078fc 100644 --- a/docs/classes/_timer_.timer.html +++ b/docs/classes/_timer_.timer.html @@ -139,7 +139,7 @@

constructor

  • Parameters

    @@ -164,7 +164,7 @@

    Private duration

    duration: number
    @@ -179,7 +179,7 @@

    Private startTime

    startTime: number
    @@ -194,7 +194,7 @@

    Private timerId

    timerId: Timeout
    @@ -209,7 +209,7 @@

    Private totalTicks

    totalTicks: number
    @@ -231,7 +231,7 @@

    reset

  • @@ -255,7 +255,7 @@

    start

  • @@ -286,7 +286,7 @@

    stop

  • diff --git a/docs/index.html b/docs/index.html index 94602b2..2636c32 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,6 +71,7 @@

    papilion

    How to use

    npm i papilion

    import { Timer } from 'papilion'

    +

    For full list of methods and classes, see Documentation

    Documentation

    https://jakobsegerslatt.github.io/papilion/

    diff --git a/docs/modules/_angular_utils_.html b/docs/modules/_angular_utils_.html index c605f1b..c54c46b 100644 --- a/docs/modules/_angular_utils_.html +++ b/docs/modules/_angular_utils_.html @@ -91,7 +91,7 @@

    throwIfAlreadyLoaded

  • diff --git a/docs/modules/_component_decorators_.html b/docs/modules/_component_decorators_.html index 69a46c0..b0be254 100644 --- a/docs/modules/_component_decorators_.html +++ b/docs/modules/_component_decorators_.html @@ -91,7 +91,7 @@

    Storage

  • diff --git a/docs/modules/_object_utils_.html b/docs/modules/_object_utils_.html index 1649572..a81c241 100644 --- a/docs/modules/_object_utils_.html +++ b/docs/modules/_object_utils_.html @@ -98,7 +98,7 @@

    clearNulls

  • @@ -152,9 +152,11 @@

    clone

  • +
    +

    Type parameters

    @@ -181,7 +185,7 @@

    convertToTypedClass

  • @@ -216,13 +220,13 @@

    Returns T<

    findKeyForValue

    -

    Returns any

    +

    Returns string + | + number + | + undefined +

  • @@ -260,7 +269,7 @@

    flattenTree

  • @@ -299,13 +308,13 @@

    Returns T<

    groupArrayByProperty

    Returns T[][]

    @@ -346,7 +355,7 @@

    isObject

  • @@ -374,7 +383,7 @@

    removeDuplicates

  • diff --git a/docs/modules/_string_utils_.html b/docs/modules/_string_utils_.html index f57b35e..04e5dd5 100644 --- a/docs/modules/_string_utils_.html +++ b/docs/modules/_string_utils_.html @@ -95,7 +95,7 @@

    contains

  • @@ -127,7 +127,7 @@

    createGuid

  • @@ -148,7 +148,7 @@

    isNotNullorEmpty

  • @@ -183,7 +183,7 @@

    pascalCase

  • @@ -215,7 +215,7 @@

    trimString