blob: f62596cb706ecce2291bac0d667441b3fe633a7b (
plain) (
blame)
1
2
3
4
5
|
import * as PlatformInfo from './src/PlatformInfo'
import * as Referrer from './src/Referrer'
import * as SharedPrefs from './src/SharedPrefs'
export {PlatformInfo, Referrer, SharedPrefs}
|