UNPKG

@anolilab/lint-staged-config

Version:
4 lines (3 loc) 240 B
import type { AbsolutePath, ConfigPath } from "../types.d.ts"; declare const getNearestConfigPath: <N extends string = string, A extends AbsolutePath = AbsolutePath>(fileName: N, cwd?: A) => ConfigPath<A, N>; export = getNearestConfigPath;