native-hello-world
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/native-hello-world package

2.0.0 • Public • Published

native-hello-world Build status

Native “Hello, world!” addon, useful for testing

Installation

$ npm install native-hello-world --save-dev

Usage

const helloWorld = require('native-hello-world')
 
helloWorld()
// => 'Hello, world!'

Changelog

This project follows Semantic Versioning 2.

  • v2.0.0 (2019-11-04):
    • Fix build error with Node.js v12
    • Drop support for Node.js v8 and earlier
  • v1.0.0 (2016-12-31): Initial release

License

native-hello-world is unlicensed. See LICENSE for the full (un)licensing statement.

Package Sidebar

Install

npm i native-hello-world

Weekly Downloads

88

Version

2.0.0

License

Unlicense

Unpacked Size

3.35 kB

Total Files

6

Last publish

Collaborators

  • sonicdoe