All @lilith/* packages should publish to forge.nasty.sh only. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
454 B
TypeScript
5 lines
454 B
TypeScript
export declare const tryPkg: (pkg: string) => string | undefined;
|
|
export declare const isPkgAvailable: (pkg: string) => boolean;
|
|
export declare const tryFile: (filename?: string[] | string, includeDir?: boolean, base?: string) => string;
|
|
export declare const tryExtensions: (filepath: string, extensions?: string[]) => string;
|
|
export declare const findUp: (searchEntry: string, searchFileOrIncludeDir?: boolean | string, includeDir?: boolean) => string;
|