init
This commit is contained in:
6
mc_test/node_modules/@electron/osx-sign/dist/cjs/util-identities.d.ts
generated
vendored
Executable file
6
mc_test/node_modules/@electron/osx-sign/dist/cjs/util-identities.d.ts
generated
vendored
Executable file
@ -0,0 +1,6 @@
|
||||
export declare class Identity {
|
||||
name: string;
|
||||
hash?: string | undefined;
|
||||
constructor(name: string, hash?: string | undefined);
|
||||
}
|
||||
export declare function findIdentities(keychain: string | null, identity: string): Promise<Identity[]>;
|
||||
Reference in New Issue
Block a user