Installation
npm install --save @types/native-hello-world
Summary
This package contains type definitions for native-hello-world (https://github.com/sonicdoe/native-hello-world#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/native-hello-world.
index.d.ts
/**
* Native “Hello, world!” addon, useful for testing
*/
declare function nativeHelloWorld(): string;
export = nativeHelloWorld;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: none
Credits
These definitions were written by Piotr Błażejewicz.