File size: 406 Bytes
bc20498
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
export function micromark(
  value: Value,
  encoding: Encoding | null | undefined,
  options?: Options | null | undefined
): string
export function micromark(
  value: Value,
  options?: Options | null | undefined
): string
export type Encoding = import('micromark-util-types').Encoding
export type Options = import('micromark-util-types').Options
export type Value = import('micromark-util-types').Value