• Creates a configurable extension returning one of two extensions depending on a boolean value.

    Parameters

    • truthy: Extension

      Extension to apply when the parameter is true

    • Optional falsy: Extension

      Extension to apply when the parameter is false

    Returns IConfigurableExtension<boolean>

    The extension

Generated using TypeDoc