UNPKG
ts-expect
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
Checks TypeScript types match expected values
github.com/TypeStrong/ts-expect
TypeStrong/ts-expect
ts-expect
/
dist
/
transform.d.ts
6 lines
(5 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
ts
from
"typescript"
;
/** * Strip TypeScript expectations from runtime code. */
export
default
function
(
): ts.
TransformerFactory
<ts.
SourceFile
>;