UNPKG
shubform
Version:
latest (0.0.1)
0.0.1
Shubform is a static website generator
shubform
/
dist
/
models
/
pageData.js
8 lines
(7 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
class
PageData
{
constructor
(attributes, body, path) {
this
.attributes = attributes;
this
.body = body;
this
.path = path; } }