UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

5 lines 209 B
import { TextDocument } from '../../../types'; import { Animation } from './animation'; /** */ export declare function process(doc: TextDocument): Animation[] | undefined; //# sourceMappingURL=process.d.ts.map