summaryrefslogtreecommitdiff
path: root/cli/ops/mod.rs
blob: a3df77fac39583a4e07c086f98772fe1dc1d744e (plain)
1
2
3
4
5
6
7
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.

pub mod errors;
pub mod runtime_compiler;
pub mod testing;

pub use deno_runtime::ops::{reg_async, reg_sync};