UNPKG

odata-client

Version:
11 lines (7 loc) 124 B
'use strict'; var Function = function(name, args) { this.name = name; this.args = args; } module.exports = Function;