UNPKG
@wailroth/adonis-ally-apple-v6
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
Ally driver for Apple Sign In
@wailroth/adonis-ally-apple-v6
/
build
/
index.js
6 lines
(5 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
export
{ configure }
from
'./configure.js'
;
import
{
AppleDriver
}
from
'./src/apple.js'
;
export
function
apple
(
config
) {
return
(
ctx
) =>
new
AppleDriver
(ctx, config); }