1 2 3 4 5 6
extern crate napi_build; fn main() { #[cfg(feature = "typescript")] napi_build::setup(); }