🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
20
node_modules/micromark-extension-frontmatter/dev/lib/syntax.d.ts
generated
vendored
Normal file
20
node_modules/micromark-extension-frontmatter/dev/lib/syntax.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/**
|
||||
* Create an extension for `micromark` to enable frontmatter syntax.
|
||||
*
|
||||
* @param {Options | null | undefined} [options='yaml']
|
||||
* Configuration.
|
||||
* @returns {Extension}
|
||||
* Extension for `micromark` that can be passed in `extensions`, to
|
||||
* enable frontmatter syntax.
|
||||
*/
|
||||
export function frontmatter(options?: Options | null | undefined): Extension
|
||||
export type Construct = import('micromark-util-types').Construct
|
||||
export type ConstructRecord = import('micromark-util-types').ConstructRecord
|
||||
export type Extension = import('micromark-util-types').Extension
|
||||
export type State = import('micromark-util-types').State
|
||||
export type TokenType = import('micromark-util-types').TokenType
|
||||
export type TokenizeContext = import('micromark-util-types').TokenizeContext
|
||||
export type Tokenizer = import('micromark-util-types').Tokenizer
|
||||
export type Info = import('../matters.js').Info
|
||||
export type Matter = import('../matters.js').Matter
|
||||
export type Options = import('../matters.js').Options
|
||||
Loading…
Add table
Add a link
Reference in a new issue