UNPKG

odata-client

Version:
12 lines (9 loc) 190 B
'use strict'; module.exports = function(type, name, variable, property) { this.type = type; this.name = name; this.variable = variable; this.property = property; return this; };