UNPKG

node-hoyolab

Version:

node-hoyolab is an unofficial API Wrapper library developed to integrate with the Hoyolab, which provides a more convenient way to access the Hoyolab API.

9 lines (8 loc) 217 B
export * from './request/index'; export * from './cookie'; export * from './error'; export * from './language'; export * from './request'; export * from './routes'; export * from './client'; export * from './module';