source: frontend/node_modules/eslint-module-utils/readPkgUp.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 157 bytes
Line 
1import pkgUp from './pkgUp';
2
3declare function readPkgUp(opts?: Parameters<typeof pkgUp>[0]): {} | { pkg: string, path: string };
4
5export default readPkgUp;
Note: See TracBrowser for help on using the repository browser.