UNPKG

asajs

Version:

Make your Minecraft JsonUI with ScriptingAPI

4 lines (3 loc) 234 B
import { Properties } from "../../types/objects/properties/Properties"; export declare function ReadValue(value: any, callback?: (type: string) => any): any; export declare function ReadProperties(properties: Properties): Properties;