about summary refs log blame commit diff stats
path: root/src/js/dict.nim
blob: 5003b92c07c704b587991209c22e836af44760b0 (plain) (tree)
1
2
3
4
5




                                                
# This is the WebIDL dictionary type.
# We only use it for type inference in generics.
#TODO required members

type JSDict* = object of RootObj