thirdpass-js 0.3.1

Javascript ecosystem extension for the Thirdpass package review system.
Documentation
1
2
3
4
5
6
7
use thirdpass_core::extension::FromLib;
use thirdpass_js_lib;

fn main() {
    let mut extension = thirdpass_js_lib::JsExtension::new();
    thirdpass_core::extension::commands::run(&mut extension).unwrap();
}