mirror of
https://github.com/sern-handler/website
synced 2026-06-20 23:02:24 +00:00
8 lines
210 B
JavaScript
8 lines
210 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Child} Child
|
|
* @typedef {import('./lib/index.js').Properties} Properties
|
|
* @typedef {import('./lib/index.js').Result} Result
|
|
*/
|
|
|
|
export {h, s} from './lib/index.js'
|