knowledgebase_law/node_modules/micromark-core-commonmark/lib/content.d.ts
2025-04-11 11:47:09 -04:00

7 lines
200 B
TypeScript

/**
* No name because it must not be turned off.
* @type {Construct}
*/
export const content: Construct;
import type { Construct } from 'micromark-util-types';
//# sourceMappingURL=content.d.ts.map