UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

3 lines (2 loc) 122 B
export declare const globAsync: (pattern: string) => Promise<string[] | Error>; export type GlobAsync = typeof globAsync;