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

pub mod errors;
pub mod runtime_compiler;

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