import { PlatformAdapter } from './adapter'; export * from './adapter.inteerfce'; export const platformAdapter = new PlatformAdapter();