UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

9 lines 236 B
import { TextDocument } from '../../../types'; import { Material } from './material'; /** * * @param doc * @returns */ export declare function process(doc: TextDocument): Material[] | undefined; //# sourceMappingURL=process.d.ts.map