wdpr
    Preparing search index...
    • Determine whether a string value is truthy for Wikidot's #if construct.

      The value is lowercased and trimmed before checking against the set of known falsy strings ("false", "null", "", "0").

      Parameters

      • value: string

        The condition string to check.

      Returns boolean

      true if the value is not in the falsy set.