6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
export * from './PlatformSyncService'
|
|
|
|
import { PlatformSyncService } from './PlatformSyncService'
|
|
|
|
export const platformSyncService: PlatformSyncService = new PlatformSyncService()
|