UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

2 lines (1 loc) 89 B
export declare const withKeysSorted: <T extends Record<string, unknown>>(input: T) => T;