UNPKG

wechaty-grpc

Version:
10 lines (8 loc) 326 B
const googleFileList = [ '../../out/google/api/health_check/v1/health_check_grpc_pb.js', '../../out/google/api/health_check/v1/health_check_pb.js', ] module.exports = googleFileList.reduce((acc, pkg) => ({ ...acc, ...require(pkg), }), {}) // Huan(202108): must provide a `{}` as the initial value, or it will be `[]`