deno/tests/registry/npm/@denotest/with-vuln3/1.1.0/index.js

3 lines
76 B
JavaScript

export function sayHello() {
return '@denotest/with-vuln3 says hello!';
}