UNPKG

285 BTypeScriptView Raw
1/**
2 * Finds the host app under which an addon is running.
3 *
4 * This allows us to easily look up the host app from a nested addon (an addon
5 * running under another addon).
6 */
7declare function findHost(addon: any): any;
8export default findHost;
9//# sourceMappingURL=findHost.d.ts.map
\No newline at end of file