UNPKG

@yiero/gmlib

Version:

GM Lib for Tampermonkey/ScriptCat

5 lines (4 loc) 99 B
/** * 判断当前页面是否为 iframe 页面 */ export declare const isIframe: () => boolean;