UNPKG
asajs
Version:
latest (3.0.10)
3.0.10
3.0.9
3.0.7
3.0.6
3.0.5
3.0.4
3.0.2
Make your Minecraft JsonUI with ScriptingAPI
github.com/asakiyuki/asajs
asakiyuki/asajs
asajs
/
dist
/
types
/
compilers
/
reader
/
ReadProperties.d.ts
4 lines
(3 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
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
;