1.1.2 • Published 2 years ago

@bn3t/native-hello-world v1.1.2

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 years ago

native-hello-world in a scoped package

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

Installation

$ npm install @bn3t/native-hello-world --save-dev

Usage

const helloWorld = require('@bn3t/native-hello-world')

helloWorld()
// => 'Hello, world!'

Changelog

This project follows Semantic Versioning 2.

  • v1.0.0 (2021-08-20): Initial release in a scoped package

License

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