source:
frontend/node_modules/eslint-module-utils/readPkgUp.d.ts
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 157 bytes | |
| Line | |
|---|---|
| 1 | import pkgUp from './pkgUp'; |
| 2 | |
| 3 | declare function readPkgUp(opts?: Parameters<typeof pkgUp>[0]): {} | { pkg: string, path: string }; |
| 4 | |
| 5 | export default readPkgUp; |
Note:
See TracBrowser
for help on using the repository browser.
