UNPKG
@betalyra/ts-variant
Version:
latest (1.0.1)
1.0.1
1.0.0
Polymorphic variants for typescript
github.com/betalyra/ts-variant
betalyra/ts-variant
@betalyra/ts-variant
/
jest.config.d.ts
4 lines
•
169 B
TypeScript
View Raw
1
2
3
4
import
type
{
JestConfigWithTsJest
}
from
"ts-jest"
;
declare
const
jestConfig
:
JestConfigWithTsJest
;
export
default
jestConfig;
//# sourceMappingURL=jest.config.d.ts.map