Files
2018-11-07 07:48:25 +00:00

3 lines
39 B
JavaScript

function f() {
return !!new.target;
}