UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

4 lines 204 B
import { TextDocument } from '../../../types'; import { BlockCulling } from './culling'; export declare function process(doc: TextDocument): BlockCulling | undefined; //# sourceMappingURL=process.d.ts.map