UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

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