xref
: /
expo
/
packages
/
expo-eas-client
/
src
/
EASClient.web.ts
(revision 67e936ed)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
export
default
{
2
get
name
():
string
{
3
return
'EASClient'
;
4
},
5
};
6