Skip to content

Commit 19a6fbc

Browse files
committed
Remove emoji from @types/mdast
This is a workaround for nodejs/node#52797.
1 parent 213785e commit 19a6fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/mdast/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export type RootContent = RootContentMap[keyof RootContentMap];
309309
/**
310310
* Registry of all mdast nodes that can occur as children of {@link Root}.
311311
*
312-
* > 👉 **Note**: {@link Root} does not need to be an entire document.
312+
* > **Note**: {@link Root} does not need to be an entire document.
313313
* > it can also be a fragment.
314314
*
315315
* This interface can be augmented to register custom node types:

0 commit comments

Comments
 (0)