summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/say-hello-on-install/1.0.0/index.js
blob: b275a8e35ce3b179c37af60e1c86ad8a863626a4 (plain)
1
2
3
export function sayHelloOnInstall() {
  return '@denotest/say-hello-on-install';
}