Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
13
node_modules/micromark/dev/lib/preprocess.d.ts
generated
vendored
Normal file
13
node_modules/micromark/dev/lib/preprocess.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* @returns {Preprocessor}
|
||||
* Preprocess a value.
|
||||
*/
|
||||
export function preprocess(): Preprocessor;
|
||||
/**
|
||||
* Preprocess a value.
|
||||
*/
|
||||
export type Preprocessor = (value: Value, encoding?: Encoding | null | undefined, end?: boolean | null | undefined) => Array<Chunk>;
|
||||
import type { Value } from 'micromark-util-types';
|
||||
import type { Encoding } from 'micromark-util-types';
|
||||
import type { Chunk } from 'micromark-util-types';
|
||||
//# sourceMappingURL=preprocess.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue