mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
feat: migrate to starlight
This commit is contained in:
6
node_modules/retext-stringify/index.d.ts
generated
vendored
Normal file
6
node_modules/retext-stringify/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// This wrapper exists because JS in TS can’t export a `@type` of a function.
|
||||
import type {Root} from 'nlcst'
|
||||
import type {Plugin} from 'unified'
|
||||
|
||||
declare const retextStringify: Plugin<void[], Root, string>
|
||||
export default retextStringify
|
||||
Reference in New Issue
Block a user