🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
5
node_modules/retext-latin/lib/index.d.ts
generated
vendored
Normal file
5
node_modules/retext-latin/lib/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/** @type {import('unified').Plugin<void[], string, Root>} */
|
||||
export default function retextLatin(): void
|
||||
/** @type {import('unified').ParserClass<Root>} */
|
||||
export const Parser: import('unified').ParserClass<Root>
|
||||
export type Root = import('nlcst').Root
|
||||
15
node_modules/retext-latin/lib/index.js
generated
vendored
Normal file
15
node_modules/retext-latin/lib/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* @typedef {import('nlcst').Root} Root
|
||||
*/
|
||||
|
||||
import {unherit} from 'unherit'
|
||||
// @ts-expect-error: untyped.
|
||||
import {ParseLatin} from 'parse-latin'
|
||||
|
||||
/** @type {import('unified').ParserClass<Root>} */
|
||||
export const Parser = ParseLatin
|
||||
|
||||
/** @type {import('unified').Plugin<void[], string, Root>} */
|
||||
export default function retextLatin() {
|
||||
Object.assign(this, {Parser: unherit(ParseLatin)})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue