X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolTypes.html;h=d297377d2ee1dddf3ebafb42dd67262d83701dc4;hb=d1fc382e433aace0766dbbbfd000848bf1cd119b;hp=6104b21c740b286b43dc0064c292062eb1336f8b;hpb=f6d05faa76d51c0a39fc4585856e5b3a21eba157;p=poolifier.git diff --git a/docs/variables/PoolTypes.html b/docs/variables/PoolTypes.html index 6104b21c..d297377d 100644 --- a/docs/variables/PoolTypes.html +++ b/docs/variables/PoolTypes.html @@ -1,4 +1,2 @@ -PoolTypes | poolifier - v3.1.21

Variable PoolTypesConst

PoolTypes: Readonly<{
    dynamic: "dynamic";
    fixed: "fixed";
}> = ...

Enumeration of pool types.

-

Type declaration

  • Readonly dynamic: "dynamic"

    Dynamic pool type.

    -
  • Readonly fixed: "fixed"

    Fixed pool type.

    -

Generated using TypeDoc

\ No newline at end of file +PoolTypes | poolifier - v3.1.27

Variable PoolTypesConst

PoolTypes: Readonly<{
    dynamic: "dynamic";
    fixed: "fixed";
}> = ...

Enumeration of pool types.

+

Type declaration

  • dynamic: "dynamic"
  • fixed: "fixed"

Generated using TypeDoc

\ No newline at end of file