UNPKG
@excute/cli
Version:
latest (0.0.1)
0.0.1
Execute JSX on anywhere
github.com/beyond-ordinary-solution/execute
beyond-ordinary-solution/execute
@excute/cli
/
dist
/
libs
/
jsx.d.ts
6 lines
(5 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
ts
from
"typescript"
;
export
declare
function
run
(
transpiledResult
:
ReturnType
<
typeof
compile>
):
void
;
export
declare
function
compile
(
fileNames
:
string
[],
options
?: ts.
CompilerOptions
): {
transpiledFileNames
:
readonly
string
[]; };