UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

3 lines (2 loc) 137 B
export type NativeImporter = (moduleName: string) => unknown; export declare const nativeImporter: (moduleName: string) => Promise<any>;