Function parseQuery

  • Parse Query URL and Hash

    Parameters

    • query: string

      query key, null = return all objects

    • url: string

      target query, ex: location.href or location.search

    Returns Nullable<parseQueryResult>