(path: string)
| 22 | |
| 23 | export interface ModulesBinding { |
| 24 | readPackageJSON(path: string): SerializedPackageConfig | undefined; |
| 25 | getNearestParentPackageJSONType(path: string): PackageConfig['type'] |
| 26 | getNearestParentPackageJSON(path: string): SerializedPackageConfig | undefined |
| 27 | getPackageScopeConfig(path: string): SerializedPackageConfig | undefined |