kjelsrud.dev/node_modules/hastscript/index.js
2023-07-19 21:31:30 +02:00

7 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'