diff --git a/docs/globals.html b/docs/globals.html index a896ead..51b787a 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -68,6 +68,8 @@

Index

Type aliases

@@ -76,6 +78,9 @@

Functions

@@ -84,13 +89,38 @@

Functions

Type aliases

+
+ +

Diff

+
Diff: ({ [P in T]: P; } & { [P in U]: never; } & { [x: string]: never; })[T]
+ +
+
+ +

Omit

+
Omit: object
+ +
+

Type declaration

+
    +
+
+

TConstructible

TConstructible: object
@@ -112,7 +142,7 @@

NOOP

  • Returns void

    @@ -129,7 +159,7 @@

    makeArray

  • Type parameters

    @@ -148,6 +178,111 @@

    Returns T<

  • +
    + +

    omit

    + + +
    +
    + +

    pick

    + + +
    +
    + +

    pluck

    + + +

    wait

    @@ -158,7 +293,7 @@

    wait

  • Parameters

    @@ -183,6 +318,12 @@

    Returns Promise