UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

9 lines 238 B
import { TextDocument } from '../../../types'; import { LootTable } from './loot-table'; /** * * @param doc * @returns */ export declare function process(doc: TextDocument): LootTable | undefined; //# sourceMappingURL=process.d.ts.map