clientnode
Version:
upgrade to object orientated rock solid plugins
15 lines (14 loc) • 579 B
TypeScript
import { $Global, $TStatic, AnyFunction } from './type';
export declare const determineGlobalContext: (() => $Global);
export declare let globalContext: $Global;
export declare const setGlobalContext: (context: $Global) => void;
export declare const determine$: (() => $TStatic);
export declare let $: JQueryStatic;
export declare const MAXIMAL_NUMBER_OF_ITERATIONS: {
value: number;
};
export declare const MAXIMAL_SUPPORTED_INTERNET_EXPLORER_VERSION: {
value: number;
};
export declare const NOOP: AnyFunction;
export declare const augment$: (value: $TStatic) => void;