fnm 1.35.0

Fast and simple Node.js version manager
1
2
3
4
5
6
7
pub mod extract;
pub mod tar_xz;
pub mod zip;

pub use self::extract::{Error, Extract};
pub use self::tar_xz::TarXz;
pub use self::zip::Zip;