source:
frontend/node_modules/eslint-module-utils/readPkgUp.d.ts
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 157 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
