mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
style(read-pkg-up): fix linting
This commit is contained in:
6
types/read-pkg-up/index.d.ts
vendored
6
types/read-pkg-up/index.d.ts
vendored
@@ -4,9 +4,9 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare namespace ReadPkgUp {
|
||||
export function sync(options?: Options): Package;
|
||||
function sync(options?: Options): Package;
|
||||
|
||||
export interface Options {
|
||||
interface Options {
|
||||
/**
|
||||
* Directory to start looking for a package.json file.
|
||||
*
|
||||
@@ -21,7 +21,7 @@ declare namespace ReadPkgUp {
|
||||
normalize?: boolean;
|
||||
}
|
||||
|
||||
export interface Package {
|
||||
interface Package {
|
||||
[key: string]: any;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user