mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:29:30 +08:00
9 lines
203 B
Text
9 lines
203 B
Text
// TypeScript Version: 3.0
|
|
|
|
import * as Unist from 'unist'
|
|
|
|
declare function unistUtilStringifyPosition(
|
|
value: Unist.Node | Unist.Position | Unist.Point
|
|
): string
|
|
|
|
export = unistUtilStringifyPosition
|