X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolTypes.html;h=91eb605816a40516bf40771ae120cd355dbdf166;hb=7088591c33a2237d4c5f5160a32de3061f983fe2;hp=f78de1e3efad3fc708c8f51bd55c94b2c100e9d7;hpb=90e3ad3a6abc5f39b81fb32e32d1d787bf85cf5d;p=poolifier.git diff --git a/docs/variables/PoolTypes.html b/docs/variables/PoolTypes.html index f78de1e3..91eb6058 100644 --- a/docs/variables/PoolTypes.html +++ b/docs/variables/PoolTypes.html @@ -1,4 +1,4 @@ -PoolTypes | poolifier - v3.1.11

Variable PoolTypesConst

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

Enumeration of pool types.

+PoolTypes | poolifier - v3.1.19

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 +

Generated using TypeDoc

\ No newline at end of file