site/node_modules/hastscript/index.d.ts

5 lines
207 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export type Child = import('./lib/index.js').Child;
export type Properties = import('./lib/index.js').Properties;
export type Result = import('./lib/index.js').Result;
export { h, s } from "./lib/index.js";