UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

9 lines (8 loc) 182 B
import { TextDocument } from "../../../types"; import { Fog } from "./fog"; /** * * @param doc * @returns */ export declare function Process(doc: TextDocument): Fog | undefined;