/** * @author Kuitos * @since 2020-05-15 */ import type { LifeCycles, ObjectType } from '../types'; export default function getAddOn(global: Window): LifeCycles;