UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

9 lines 338 B
/* eslint @typescript-eslint/no-unused-vars: off */ export function throwUnsupportedError(..._) { throw new Error([ 'Wechaty Puppet Unsupported API Error.', ' ', 'Learn More At https://github.com/wechaty/wechaty-puppet/wiki/Compatibility', ].join('')); } //# sourceMappingURL=throw-unsupported-error.js.map