site/node_modules/retext-smartypants/index.d.ts
2024-10-14 08:09:33 +02:00

4 lines
174 B
TypeScript

export { default } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
export type QuoteCharacterMap = import('./lib/index.js').QuoteCharacterMap;