UNPKG

@aws-amplify/core

Version:
8 lines (7 loc) 235 B
import { SupportedCategory } from '../types'; /** * Returns a unique cache key for a particular category/appId combination. * * @internal */ export declare const getCacheKey: (appId: string, category: SupportedCategory) => string;