Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
10 lines (9 sloc) 182 Bytes
'use strict';
/* eslint-disable
no-unused-vars
*/
module.exports = class BaseClient {
static getClientPath(options) {
throw new Error('Client needs implementation');
}
};
You can’t perform that action at this time.