UNPKG
@idlebox/esbuild-executer
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A simple script to execute typescript file during development.
github.com/GongT/baobao
GongT/baobao
@idlebox/esbuild-executer
/
lib
/
common
/
write_debug_file.d.ts
4 lines
•
220 B
TypeScript
View Raw
1
2
3
4
import
type
esbuild
from
'esbuild'
;
export
declare
function
createDebugOutput
(
): esbuild.
Plugin
;
export
declare
function
createInspectOutput
(
outDir
:
string
): esbuild.
Plugin
;
//# sourceMappingURL=write_debug_file.d.ts.map