summaryrefslogtreecommitdiff
path: root/tests/specs/npm/lifecycle_scripts/main.js
blob: 2aaea054337ed8a3a8454baee6276d28da0c05ac (plain)
1
2
3
import { hello } from "npm:@denotest/node-addon@1.0.0";

console.log(hello());