dorita980-node18 – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | 'use strict'; |
2 | |||
3 | var dorita980 = function (user, password) { |
||
4 | if (!user) throw new Error('robotID is required.'); |
||
5 | if (!password) throw new Error('password is required.'); |
||
6 | |||
7 | throw new Error('Not implemented.'); |
||
8 | }; |
||
9 | |||
10 | module.exports = dorita980; |