UNPKG
@idlebox/esbuild-executer
Version:
latest (0.0.10)
0.0.10
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
/
external-decider.d.ts
4 lines
•
194 B
TypeScript
View Raw
1
2
3
4
import
type
esbuild
from
'esbuild'
;
export
declare
const
decideExternal
: esbuild.
Plugin
;
export
declare
function
pickPackage
(
path
:
string
):
string
;
//# sourceMappingURL=external-decider.d.ts.map