mirror of
https://github.com/actions/labeler.git
synced 2025-12-17 07:32:20 +00:00
build
This commit is contained in:
4
node_modules/expect/build/utils.d.ts
generated
vendored
4
node_modules/expect/build/utils.d.ts
generated
vendored
@@ -12,8 +12,8 @@ declare type GetPath = {
|
||||
value?: unknown;
|
||||
};
|
||||
export declare const hasOwnProperty: (object: object, key: string) => boolean;
|
||||
export declare const getPath: (object: object, propertyPath: string | string[]) => GetPath;
|
||||
export declare const getObjectSubset: (object: any, subset: any) => any;
|
||||
export declare const getPath: (object: Record<string, any>, propertyPath: string | string[]) => GetPath;
|
||||
export declare const getObjectSubset: (object: any, subset: any, seenReferences?: WeakMap<object, boolean>) => any;
|
||||
export declare const iterableEquality: (a: any, b: any, aStack?: any[], bStack?: any[]) => boolean | undefined;
|
||||
export declare const subsetEquality: (object: any, subset: any) => boolean | undefined;
|
||||
export declare const typeEquality: (a: any, b: any) => false | undefined;
|
||||
|
||||
Reference in New Issue
Block a user