UNPKG
@webpro/next-translate-plugin
Version:
latest (2.6.3)
2.6.3
2.6.2
2.6.1
2.6.0
Tiny and powerful i18n plugin to translate your Next.js pages.
aralroca/next-translate-plugin
@webpro/next-translate-plugin
/
loader.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
type
webpack
from
'webpack'
;
import
type
{
LoaderOptions
}
from
'./types'
;
export
default
function
loader
(
this
: webpack.
LoaderContext
<
LoaderOptions
>,
rawCode
:
string
):
string
;