TeaSpeak-Client/imports/shared-app/ui/utils.d.ts

6 lines
161 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
/**
* Ensure that the module has been loaded within the main application and not
* within a popout.
*/
export declare function assertMainApplication(): void;