mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-10 01:55:48 -04:00
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
|
|
import pkgUp from './pkgUp';
|
||
|
|
|
||
|
|
declare function readPkgUp(opts?: Parameters<typeof pkgUp>[0]): {} | { pkg: string, path: string };
|
||
|
|
|
||
|
|
export default readPkgUp;
|