mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
Add init methods for each op module (#3087)
This commit is contained in:
parent
04ed8d0531
commit
97d8498d46
20 changed files with 292 additions and 361 deletions
|
@ -12,10 +12,8 @@ pub mod fetch;
|
|||
pub mod files;
|
||||
pub mod fs;
|
||||
pub mod io;
|
||||
pub mod metrics;
|
||||
pub mod net;
|
||||
pub mod os;
|
||||
pub mod performance;
|
||||
pub mod permissions;
|
||||
pub mod process;
|
||||
pub mod random;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue