site/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts
2024-10-14 08:09:33 +02:00

5 lines
179 B
TypeScript

/** @type {Array<Unsafe>} */
export const unsafe: Array<Unsafe>;
export type ConstructName = import('./types.js').ConstructName;
export type Unsafe = import('./types.js').Unsafe;