NeahNew/node_modules/@electron/windows-sign/dist/cjs/sign-with-signtool.d.ts
2025-05-06 22:43:27 +02:00

3 lines
134 B
TypeScript

import { InternalSignOptions } from './types';
export declare function signWithSignTool(options: InternalSignOptions): Promise<void>;