mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Space} Space
|
|
*/
|
|
|
|
export {matches, select, selectAll} from './lib/index.js'
|