[][src]Function deno_typescript::mksnapshot_bundle

pub fn mksnapshot_bundle(
    bundle: &Path,
    env_var: &str,
    state: Arc<Mutex<TSState>>
) -> Result<(), ErrBox>