mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2025-10-07 07:22:37 +02:00
5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
import { d } from "../globals/globals"
|
|
|
|
const $$ = (selector, root = d.body) => [...Array.from(root.querySelectorAll(selector))]
|
|
export default $$
|