Update checked-in dependencies
This commit is contained in:
parent
4fad06f438
commit
40a500c743
4168 changed files with 298222 additions and 374905 deletions
1
node_modules/@pkgr/utils/lib/helpers.d.ts
generated
vendored
1
node_modules/@pkgr/utils/lib/helpers.d.ts
generated
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue