first commit
This commit is contained in:
12
node_modules/eslint-plugin-import-x/lib/utils/read-pkg-up.d.ts
generated
vendored
Normal file
12
node_modules/eslint-plugin-import-x/lib/utils/read-pkg-up.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { PackageJson } from 'type-fest';
|
||||
export declare function readPkgUp(opts?: {
|
||||
cwd?: string;
|
||||
}): {
|
||||
pkg?: undefined;
|
||||
path?: undefined;
|
||||
} | {
|
||||
pkg: PackageJson & {
|
||||
name: string;
|
||||
};
|
||||
path: string;
|
||||
};
|
||||
Reference in New Issue
Block a user