Docs.rs
deno-1.24.3
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
deno 1.24.3
Provides the deno executable
Crate
Source
Builds
Feature flags
Hide files
..
multifile
no_snaps_included
no_transpiled_lines
branch.ts
branch_expected.lcov
branch_expected.out
branch_test.ts
complex.ts
complex_expected.lcov
complex_expected.out
complex_test.ts
final_blankline.js
final_blankline_expected.lcov
final_blankline_expected.out
final_blankline_test.js
1
2
3
4
5
import
example
from
"
./final_blankline.js
"
;
Deno
.
test
(
"
Example.
"
,
(
)
=>
{
example
()
;
}
)
;