UNPKG

@marko/compiler

Version:
11 lines (9 loc) 159 B
"use strict"; class Property { constructor() { this.name = null; this.type = "string"; this.value = undefined; } } module.exports = Property;