1
2
3
4
5
use super::ValidateNapiValue;

pub use crate::JsFunction;

impl ValidateNapiValue for JsFunction {}