summaryrefslogtreecommitdiff
path: root/tests/registry/npm-private/@denotest2/basic/1.0.0/other.mjs
blob: 00ed99da45d6da8dbadca5c76acacdd87cf96ed5 (plain)
1
2
3
export function hello() {
    return "hello, world!";
}