chore: add linting, fix lint issues

This commit is contained in:
2018-03-28 14:42:28 -07:00
parent be536277c3
commit bef3104755
4 changed files with 9 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ export default function createClient(options) {
}
return client;
};
}
export function isClient(client) {
// if there's a transport property, assume it's a client instance