UNPKG
@codechecks/client
Version:
beta (0.1.13-beta-1)
latest (0.1.12)
0.1.13-beta-1
0.1.13-beta
0.1.12
0.1.11
0.1.10
0.1.10-beta
0.1.9
0.1.9-beta.0
0.1.8
0.1.8-beta.4
0.1.8-beta.3
0.1.8-beta.2
0.1.8-beta.1
0.1.8-beta.0
0.1.7
0.1.7-beta.1
0.1.7-beta.0
0.1.6
0.1.6-beta.6
0.1.6-beta.4
0.1.6-beta.3
0.1.6-beta.0
0.1.5
0.1.5-beta.0
0.1.4
0.1.4-beta.2
0.1.4-beta.1
0.1.3
0.1.3-beta.0
0.1.2
0.1.2-beta.6
0.1.2-beta.5
0.1.2-beta.4
0.1.2-beta.3
0.1.2-beta.2
0.1.2-beta.1
0.1.2-beta.0
0.1.1
0.1.1-beta.0
0.1.0
0.0.58
0.0.57
0.0.56
0.0.55
0.0.54
0.0.53
0.0.52
0.0.51
0.0.50
0.0.49
0.0.48
Open source platform for code review automation
github.com/codechecks/monorepo
codechecks/monorepo
@codechecks/client
/
dist
/
file-executors
/
tsExecutor.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
export
declare
function
executeTs
(
filePath
:
string
,
options
:
any
):
Promise
<
void
>;
export
declare
function
transpileTypescriptModule
(
path
:
string
):
string
;