UNPKG

react-photoswipe-gallery

Version:
4 lines (3 loc) 157 B
export type InputObject = Record<string, string | number | undefined>; declare function objectToHash(obj: InputObject): string; export default objectToHash;