napi-derive-ohos 1.1.0

N-API procedural macros
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "type-def")]
mod type_def;
#[cfg(feature = "type-def")]
pub use self::type_def::*;

#[cfg(not(feature = "type-def"))]
pub mod noop;
#[cfg(not(feature = "type-def"))]
pub use self::noop::*;