diff options
Diffstat (limited to 'op_crates/timers/README.md')
-rw-r--r-- | op_crates/timers/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/op_crates/timers/README.md b/op_crates/timers/README.md new file mode 100644 index 000000000..5a2a8e516 --- /dev/null +++ b/op_crates/timers/README.md @@ -0,0 +1,5 @@ +# deno_timers + +This crate implements the timers API. + +Spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers |