webpack/test/cases/parsing/strict-mode/abc.js

3 lines
51 B
JavaScript

export default function() {
return typeof this;
};