mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add generated files for Node.js wrapper module
Generated using @napi-rs/cli's "napi new".
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#![deny(clippy::all)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate napi_derive;
|
||||
|
||||
#[napi]
|
||||
pub fn sum(a: i32, b: i32) -> i32 {
|
||||
a + b
|
||||
}
|
||||
Reference in New Issue
Block a user