UNPKG

eslint-module-utils

Version:

Core utilities to support eslint-plugin-import and other module-related plugins.

6 lines (3 loc) 157 B
import pkgUp from './pkgUp'; declare function readPkgUp(opts?: Parameters<typeof pkgUp>[0]): {} | { pkg: string, path: string }; export default readPkgUp;