Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit bb5cf9c

Browse files
committed
Clean linting on client.js
1 parent 3fd1e20 commit bb5cf9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dist/client.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
;
66

7-
function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
7+
var _typeof = function (obj) {
8+
9+
return obj && typeof Symbol !== 'undefined' && obj.constructor === Symbol ? 'symbol' : typeof obj;
10+
};
811

912
var Url = require('url');
1013
var Hoek = require('hoek');

0 commit comments

Comments
 (0)