UNPKG

odata-client

Version:
16 lines (11 loc) 186 B
'use strict'; var Identifier = function(s) { this.s = s; return this; }; Identifier.prototype.toString = function() { return this.s.toString(); }; module.exports = Identifier;