jarvis/node_modules/@electron/osx-sign/dist/esm/index.d.ts
2026-04-13 22:01:33 +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';