X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolTypes.html;h=92cbf4c5cff8ad582be5c46842a34fc13502991e;hb=d087803425ae5b3577028029dd1d2dae67d7f63b;hp=c0f7f48e80f2cd5792ab8356aab6d5c041f05787;hpb=a941ca40d6503650aa3bb05f1d4f5946e041f16b;p=poolifier.git diff --git a/docs/variables/PoolTypes.html b/docs/variables/PoolTypes.html index c0f7f48e..92cbf4c5 100644 --- a/docs/variables/PoolTypes.html +++ b/docs/variables/PoolTypes.html @@ -1,4 +1,4 @@ -PoolTypes | poolifier - v3.1.2

Variable PoolTypesConst

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

Enumeration of pool types.

+PoolTypes | poolifier - v3.1.9

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