deno_cli 0.23.3

A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio
Documentation
#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}