deno/tests/specs/check/export_equals_declaration_file/other.js

3 lines
53 B
JavaScript

export default function other() {
return "test";
}