diff --git a/dist/client.js b/dist/client.js index 1554123..ac28ef7 100644 --- a/dist/client.js +++ b/dist/client.js @@ -4,7 +4,10 @@ ; -function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; } +var _typeof = function (obj) { + + return obj && typeof Symbol !== 'undefined' && obj.constructor === Symbol ? 'symbol' : typeof obj; +}; var Url = require('url'); var Hoek = require('hoek');