An open API service indexing awesome lists of open source software.

https://github.com/napi-rs/callback-example

Example for the blog post https://napi.rs/blog/function-and-callbacks
https://github.com/napi-rs/callback-example

Last synced: 3 months ago
JSON representation

Example for the blog post https://napi.rs/blog/function-and-callbacks

Awesome Lists containing this project

README

          

# NAPI-RS function demo

See the blog post for more details: https://napi.rs/blog/function-and-callbacks

## Build

```bash
yarn install
yarn build
```

## Run

```bash
node example.mjs
```

## Test

```bash
yarn test
```