UNPKG

@whitesev/utils

Version:

一个常用的工具库

11 lines (10 loc) 219 B
/** * 配置类型 */ export type WindowApiOption = { document: Document; window: Window & typeof globalThis; globalThis?: typeof globalThis | Window; self?: Window & typeof globalThis; top: Window; };