UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

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