site/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts

5 lines
179 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/** @type {Array<Unsafe>} */
export const unsafe: Array<Unsafe>;
export type ConstructName = import('./types.js').ConstructName;
export type Unsafe = import('./types.js').Unsafe;