UNPKG

node-red-contrib-alexa-remote2-applestrudel

Version:
10 lines (7 loc) 139 B
'use strict'; class OAuthDevice { constructor(options = {}) { this.options = options; } } module.exports = { OAuthDevice };