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

6 lines
240 B
TypeScript

import { sign, signApp } from './sign';
import { flat, buildPkg } from './flat';
import { walkAsync } from './util';
export { sign, flat, signApp as signAsync, signApp, buildPkg as flatAsync, buildPkg, walkAsync };
export * from './types';