index
:
voidsky
this commit
main
[no description]
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
expo-bluesky-translate
/
src
/
ExpoBlueskyTranslate.types.ts
blob: a01d4d479d48e84948f5c48e06b8882c3c0ff09a (
plain
) (
blame
)
1
2
3
export
type
ExpoBlueskyTranslateModule
=
{
presentAsync
:
(
text
:
string
)
=>
Promise
<
void
>
}