# A test

By [danybeltran](https://paragraph.com/@danybeltran) · 2023-07-25

---

A publication test

![An image of different labels](https://storage.googleapis.com/papyrus_images/390773e9dc011334f663dc2c4c161e2838d3b8ec1fa3f03fbeffdd4c38d5f2a7.png)

An image of different labels

    function getLabels(url: string) {
      return new URL(url).searchParams.get("labels")?.split(",") ?? []
    }
    

    console.log("Yes")

---

*Originally published on [danybeltran](https://paragraph.com/@danybeltran/a-test)*
