@bn3t/native-hello-world
v1.1.2
Published
Native “Hello, world!” addon, useful for testing - scoped package
Downloads
3
Readme
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.