mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: export 'dataSerialize' from utils (#9909)
This commit is contained in:
committed by
Nathan Walker
parent
45dcada01a
commit
a85a72d961
@@ -1,7 +1,7 @@
|
||||
import { iOSNativeHelper } from './native-helper';
|
||||
import { Trace } from '../trace';
|
||||
|
||||
export { iOSNativeHelper } from './native-helper';
|
||||
export { dataDeserialize, dataSerialize, iOSNativeHelper } from './native-helper';
|
||||
export * from './utils-common';
|
||||
export { Source } from './debug';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user