@mateothegreat/svelte5-router - 2.15.3
    Preparing search index...

    Function from

    • Safely handle a capable value as a RegExp.

      If the value is a string, it will be converted to a RegExp. If the value is already a RegExp, it will be returned as is. Otherwise, an error will be thrown.

      Parameters

      • v: string | RegExp

      Returns RegExp

      If the value is not a string or RegExp.