This commit is contained in:
11
node_modules/micromark/lib/index.d.ts
generated
vendored
Normal file
11
node_modules/micromark/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import {Buffer, BufferEncoding, Options} from './shared-types'
|
||||
|
||||
declare function buffer(value: string | Buffer, options?: Options): string
|
||||
|
||||
declare function buffer(
|
||||
value: string | Buffer,
|
||||
encoding?: BufferEncoding,
|
||||
options?: Options
|
||||
): string
|
||||
|
||||
export default buffer
|
||||
Reference in New Issue
Block a user