7 lines
200 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
/**
* 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