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
/
index.d.ts
4 lines
•
224 B
TypeScript
View Raw
1
2
3
4
import
type
{
IExecuteOptions
}
from
'./common/message.types.js'
;
export
type
{
IExecuteOptions
};
export
declare
function
execute
(
tsFile
:
string
,
options
?:
IExecuteOptions
):
Promise
<
any
>;
//# sourceMappingURL=index.d.ts.map