UNPKG
@depack/fixture
Version:
latest (1.0.0)
1.0.0
The Fixture For Testing Static Analysis.
github.com/dpck/fixture
dpck/fixture
@depack/fixture
/
build
/
Test2.js
4 lines
•
98 B
JavaScript
View Raw
1
2
3
4
import
{ h }
from
'preact'
export
const
Component3
= (
{ children }
) => (
h
(
'div'
,{},children) )