UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

10 lines (8 loc) 284 B
/* eslint @typescript-eslint/no-unused-vars: off */ export function throwUnsupportedError (..._: any): never { throw new Error([ 'Wechaty Puppet Unsupported API Error.', ' ', 'Learn More At https://github.com/wechaty/wechaty-puppet/wiki/Compatibility', ].join('')) }