roc/examples/nodejs-interop/native-c-api/hello.ts
2023-05-01 15:54:53 -04:00

3 lines
119 B
TypeScript

import { hello } from './build/Release/addon'
console.log("Roc says the following:", hello("Hello from TypeScript"));