This commit is contained in:
11
node_modules/micromark/lib/preprocess.d.ts
generated
vendored
Normal file
11
node_modules/micromark/lib/preprocess.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import {BufferEncoding} from './shared-types'
|
||||
|
||||
type PreprocessReturn = (
|
||||
value: string,
|
||||
encoding: BufferEncoding,
|
||||
end?: boolean
|
||||
) => string[]
|
||||
|
||||
declare function preprocess(): PreprocessReturn
|
||||
|
||||
export default preprocess
|
||||
Reference in New Issue
Block a user