UNPKG
@procore/core-scripts-shims
Version:
latest (0.2.1)
1.0.0-next.0
0.2.1
0.2.0
0.1.0
0.0.0
Shims that patch core-scripts
procore/frontend-tooling
@procore/core-scripts-shims
/
dist
/
modern
/
index.d.cts
6 lines
(3 loc)
•
140 B
text/typescript
View Raw
1
2
3
4
5
6
import
WebpackChain
from
'webpack-chain'
; declare
function
autoPublicPath
(
config: WebpackChain
):
WebpackChain
;
export
{ autoPublicPath };