UNPKG

odata-client

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