Permalink
Cannot retrieve contributors at this time
8 lines (7 sloc)
189 Bytes
|
'use strict'; |
|
|
|
module.exports = class BaseClient { |
|
// eslint-disable-next-line no-unused-vars |
|
static getClientPath(options) { |
|
throw new Error('Client needs implementation'); |
|
} |
|
}; |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.