UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

5 lines 285 B
import { Command } from 'bc-minecraft-bedrock-command'; import { TextDocument } from '../../../../types'; import { GeneralInfo } from '../general-info'; export declare function process(command: Command, doc: TextDocument): GeneralInfo | undefined; //# sourceMappingURL=process.d.ts.map