roc/examples/typescript-interop/hello.ts
2023-03-16 08:20:23 -04:00

3 lines
No EOL
78 B
TypeScript

import { hello } from './build/Release/addon'
console.log("Hello,", hello());