Function slugify

  • Turns the provided string into a cleaned and consistent URL safe string

    Returns

    the a slugified version of the provided string

    Parameters

    • value: string

      the string to transformed into a slug

    Returns string

Generated using TypeDoc