chore: cleanup utils packaging

This commit is contained in:
Nathan Walker
2022-11-23 22:42:29 -08:00
parent 6a9484aaa8
commit 046f9314a8
16 changed files with 17 additions and 33 deletions

View File

@@ -2,9 +2,11 @@ import { iOSNativeHelper } from './native-helper';
import { Trace } from '../trace';
export { dataDeserialize, dataSerialize, iOSNativeHelper } from './native-helper';
export * from './utils-common';
export * from './common';
export { Source } from './debug';
export const SDK_VERSION = parseFloat(UIDevice.currentDevice.systemVersion);
export function openFile(filePath: string): boolean {
try {
const appPath = iOSNativeHelper.getCurrentAppPath();