mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-12 01:02:42 +08:00
5 lines
263 B
TypeScript
5 lines
263 B
TypeScript
![]() |
import { NotarizeOptions } from './types';
|
||
|
export { NotarizeOptions };
|
||
|
export { validateLegacyAuthorizationArgs as validateAuthorizationArgs } from './validate-args';
|
||
|
export declare function notarize({ appPath, ...otherOptions }: NotarizeOptions): Promise<void>;
|