/** * * */ import {$Page} from './interface'; export const EMPTY_FUNCTION: Function = () => {}; export const EMPTY_PAGE: $Page = <$Page>document.createElement('div'); export const OPPSITE:any = { X: 'Y', Y: 'X' }