xref
: /
third_party
/
node
/
test
/
fixtures
/
syntax
/
good_syntax.mjs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/syntax/
1
export function testFunction(req, res) {
2
return 'PASS';
3
}
4