content.d.ts 200 B

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