UNPKG
@tpointurier/ally-microsoft
Version:
latest (1.0.0)
1.0.0
0.3.0
0.2.0
0.1.3
0.1.2
An ally driver for Microsoft
@tpointurier/ally-microsoft
/
build
/
index.js
7 lines
(6 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
{ stubsRoot }
from
'./stubs/main.js'
;
export
{ configure }
from
'./configure.js'
;
import
{
MicrosoftDriver
}
from
'./src/microsoft.js'
;
export
function
microsoft
(
config
) {
return
(
ctx
) =>
new
MicrosoftDriver
(ctx, config); }