Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2023-07-13 09:09:17 +00:00
parent 4fad06f438
commit 40a500c743
4168 changed files with 298222 additions and 374905 deletions

View file

@ -12,6 +12,7 @@ export declare const tryExtensions: (filepath: string, extensions?: string[]) =>
export declare const tryGlob: (paths: string[], options?: string | {
absolute?: boolean;
baseDir?: string;
ignore?: [string];
}) => string[];
export declare const identify: <T>(_: T) => _ is Exclude<T, "" | (T extends boolean ? false : boolean) | null | undefined>;
export declare const findUp: (searchEntry: string, searchFile?: string) => string;