UNPKG
dom-to-code
Version:
latest (1.5.4)
1.5.4
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
1.0.0
navigate to the code through the dom
github.com/better-tcy/dom-to-code
better-tcy/dom-to-code
dom-to-code
/
dist
/
webpack-loader.d.ts
11 lines
(8 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
LoaderContext
}
from
'webpack'
;
import
{ O
as
Options
}
from
'./types-af828b78.js'
;
import
'@rollup/pluginutils'
;
/** * webpack loader */
declare
function
export_default
(
this
:
LoaderContext
<
Options
>,
source
:
string
):
Promise
<
any
>;
export
{ export_default
as
default
};