UNPKG
sweetpea
Version:
latest (1.1.2)
1.1.2
1.1.1
1.0.4
1.0.3
1.0.1
1.0.0
Signal and Web Component Enhanced Web Apps
github.com/catpea/sweetpea
catpea/sweetpea
sweetpea
/
src
/
plug-ins
/
theoretical
/
Theoretical.js
11 lines
(6 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* Place for all VPL components to share features */
import Inheritance
from
'water-closet'
;
export
default
class
Theoretical extends
Inheritance
()
{ }