makearmy-app/node_modules/micromark-core-commonmark/lib/content.d.ts
2025-09-22 10:37:53 -04:00

7 lines
No EOL
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