UNPKG

@beenotung/tslib

Version:
3 lines (2 loc) 125 B
export declare function setWindowProp<A>(key: string, value: A): A; export declare function getWindowProp(key: string): any;