Created
November 2, 2019 09:02
-
-
Save Idnan/847086df16203c03a5ccd4d4332316ae to your computer and use it in GitHub Desktop.
src/proto/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import './greeter/greeter_pb'; | |
import './greeter/greeter_grpc_pb'; | |
export const protoIndex:any = ():void => { | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment