export function teardown()

in sample/helloworld/run.js [29:31]


export function teardown() {
  http.post("http://localhost:4191/shutdown");
}