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

2 lines
44 B
TypeScript

export function hello(arg: string): string;