Files
2023-09-06 12:57:56 -05:00

5 lines
75 B
TypeScript

declare module 'remark-html' {
const html: any;
export default html;
}