UNPKG

ts-jest

Version:

A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript

3 lines (2 loc) 110 B
export declare function stringify(input: unknown): string; export declare function parse(input: string): any;