UNPKG

shubform

Version:

Shubform is a static website generator

8 lines (7 loc) 164 B
export class PageData { constructor(attributes, body, path) { this.attributes = attributes; this.body = body; this.path = path; } }