UNPKG
micromark-core-commonmark
Version:
latest (2.0.3)
next (1.0.0-beta.1)
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
The CommonMark markdown constructs
github.com/micromark/micromark/tree/main
micromark/micromark
micromark-core-commonmark
/
lib
/
code-fenced.d.ts
4 lines
•
157 B
TypeScript
View Raw
1
2
3
4
/**
@type
{
Construct
} */
export
const
codeFenced
:
Construct
;
import
type
{
Construct
}
from
'micromark-util-types'
;
//# sourceMappingURL=code-fenced.d.ts.map