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

console.log(hello());