UNPKG
@lynx-js/qrcode-rsbuild-plugin
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
A rsbuild plugin for printing QRCode in terminal
lynx-family/lynx-stack
@lynx-js/qrcode-rsbuild-plugin
/
dist
/
generateDevUrls.d.ts
4 lines
(3 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
import
type
{
RsbuildPluginAPI
}
from
'@rsbuild/core'
;
import
type
{
CustomizedSchemaFn
}
from
'./index.js'
;
export
default
function
generateDevUrls
(
api
:
RsbuildPluginAPI
,
entry
:
string
,
schemaFn
:
CustomizedSchemaFn
,
port
:
number
):
Record
<
string
,
string
>;