UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

4 lines (3 loc) 148 B
export declare const fn: <Reference extends (...args: any) => any>( reference?: Reference | undefined, ) => import("jest-mock").Mock<any, any>;