UNPKG
nice-napi
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
nice(2) bindings for Node.js
github.com/addaleax/nice-napi
addaleax/nice-napi
nice-napi
/
.esm-wrapper.mjs
5 lines
(3 loc)
•
81 B
JavaScript
View Raw
1
2
3
4
5
import
mod
from
"./index.js"
;
export
default
mod;
export
const
nice = mod.
nice
;