# for example\: export function rtnObj(a){ return { alice: a }; } {.emit: """ import "./testlib.js"; """.} proc rtnObj(a:string): JsObject {.importjs:"rtnObj(#)".} echo rtnObj("afw")