#[macro_use]
extern crate napi_derive;
mod array;
mod callback;
mod class;
mod r#enum;
mod error;
mod nullable;
mod number;
mod object;
mod string;