forked from defunkt/ReefVM
Update value.ts
This commit is contained in:
parent
82d727cc74
commit
b7cc0fc064
|
|
@ -17,7 +17,7 @@ export type Value =
|
|||
variadic: boolean,
|
||||
named: boolean,
|
||||
value: '<function>'
|
||||
}
|
||||
}
|
||||
|
||||
export type Dict = Map<string, Value>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user