summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/say-hello/1.0.0/index.js
blob: 2c5b6be8efcfd09c992bd4198388812edeab2a88 (plain)
1
2
3
export function sayHello() {
  return '@denotest/say-hello says hello!';
}