UNPKG

pridoujs

Version:
9 lines (8 loc) 360 B
export var InterpreterValueType; (function (InterpreterValueType) { InterpreterValueType["Nil"] = "nil"; InterpreterValueType["Number"] = "Number"; InterpreterValueType["String"] = "String"; InterpreterValueType["Boolean"] = "Boolean"; InterpreterValueType["Function"] = "Function"; })(InterpreterValueType || (InterpreterValueType = {}));