# second question i have is if a js function can have a parameter of many types # (int string bool etc) how can i import this into nim? would i need to have # multiple function definitions? # like so? proc fun(arg: int) proc fun(arg: string)