UNPKG
rn-ml
Version:
latest (0.0.2)
0.0.2
0.0.1
React Native cli tools
rn-ml
/
lib
/
appicon
/
ios.d.ts
4 lines
(3 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
import
{
IOSConfigOptions
}
from
"./type"
;
declare
const
run
:
(
config
:
IOSConfigOptions
) =>
Promise
<
void
>;
export
{ run };