summaryrefslogtreecommitdiff
path: root/tests/specs/check/export_equals_declaration_file/other.js
blob: f66c03162123824765db52f5d2fbd61e0b1d36ac (plain)
1
2
3
export default function other() {
  return "test";
}