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
/
__fixtures__
/
test-import-spread.js
5 lines
•
195 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
ts_expect_1 =
require
(
"ts-expect"
); ts_expect_1.
expectType
(
true
);
//# sourceMappingURL=test-import-spread.js.map