1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/esm_imports_b.js

5 lines
62 B
JavaScript
Raw Normal View History

2020-08-24 19:43:54 -04:00
/* eslint-disable */
export function retb() {
return "b";
}