wechaty-grpc
Version:
gRPC for Wechaty
10 lines (8 loc) • 326 B
JavaScript
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 `[]`