From 72a3f83d276c286ebd6825b000c28824c8ccf1f1 Mon Sep 17 00:00:00 2001 From: Mike Maietta Date: Mon, 3 Oct 2022 00:05:29 -0700 Subject: [PATCH] fix: export MakeUniversalOpts (#48) This is to allow other packages to extract specific logic/options with typesafety --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 2895a5e..32caa2d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,7 +13,7 @@ import { AsarMode, detectAsarMode, generateAsarIntegrity, mergeASARs } from './a import { sha } from './sha'; import { d } from './debug'; -type MakeUniversalOpts = { +export type MakeUniversalOpts = { /** * Absolute file system path to the x64 version of your application. E.g. /Foo/bar/MyApp_x64.app */