Files
documentation/node_modules/hastscript/index.js
2024-03-22 03:47:51 +05:30

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'