📄 content.d.ts
/home/palash/git/site/node_modules/micromark-core-commonmark/lib/content.d.ts
Language: ts • Lines: 7
/**
 * 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