UNPKG

stonev5-utils

Version:
3 lines (2 loc) 114 B
export declare function getGlobal<T>(key: string): T; export declare function setGlobal<T>(key: string, v: T): T;