UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

3 lines (2 loc) 126 B
import { TextDocument } from "../../types"; export declare function GetComment(doc: TextDocument, lineIndex: number): string;