UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

8 lines (5 loc) 250 B
import { isBrowser } from './chunk-AJMQPQGJ.mjs'; // src/alias.ts var $ = (tag) => isBrowser() ? document.querySelector.call(void 0, tag) : null; var $$ = (tag) => isBrowser() ? document.querySelectorAll.call(void 0, tag) : null; export { $, $$ };