This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-02 09:34:19 -04:00
Code
Issues
Wiki
Activity
e0d4696a72
denoland-deno
/
cli
/
tests
/
esm_imports_b.js
5 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: update to TypeScript 4.0 (#6514)
2020-08-24 19:43:54 -04:00
/* eslint-disable */
Add rust binding and test for deno_execute_mod()
2019-01-01 06:24:05 -05:00
export
function
retb
(
)
{
return
"b"
;
}
Copy permalink