Files

7 lines
122 B
JavaScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
import {Stringify} from 'shared-runtime';
function foo() {
const nt = new.target;
return <Stringify value={nt} />;
}