UNPKG

@beenotung/tslib

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