UNPKG
@ibm/sourceorbit
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.8
0.5.7
0.5.6
IBM i dependency management tool
ibm.github.io/sourceorbit/
@ibm/sourceorbit
/
dist
/
webpack.config.d.ts
7 lines
(6 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
namespace _exports {
export
{
WebpackConfig
}; }
declare
const
_exports
:
WebpackConfig
;
export
= _exports;
type
WebpackConfig
=
import
(
"webpack"
).
Configuration
;