UNPKG
otter.ai-api
Version:
latest (1.0.2)
1.0.2
1.0.1
Unofficial API for Otter.ai
github.com/omerdn1/otter-api
omerdn1/otter-api
otter.ai-api
/
babel.config.js
17 lines
(16 loc)
•
303 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.
exports
= { presets: [ [
'@babel/preset-env'
, { targets: { node:
'current'
, }, }, ], ], plugins: [ [
'@babel/plugin-proposal-private-methods'
, { loose:
true
}], [
'@babel/plugin-proposal-class-properties'
, { loose:
true
}], ], };