5 lines
100 B
Rust
5 lines
100 B
Rust
use super::ValidateNapiValue;
|
|
|
|
pub use crate::JsFunction;
|
|
|
|
impl ValidateNapiValue for JsFunction {}
|