UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

5 lines (4 loc) 203 B
import { TextDocument } from "../../../types"; import { AnimationController } from "./animation-controller"; /** */ export declare function Process(doc: TextDocument): AnimationController[] | undefined;