UNPKG

memo-storage

Version:
7 lines (6 loc) 380 B
import { Parameters } from '../types'; export declare const isExpired: (expire?: number) => boolean; export declare const createKey: (parameters: Parameters) => string; export declare const createExpirationDate: (expire?: number) => number; export declare const parse: (response: any, cb?: Function | undefined) => any; export declare const generateHash: (params: any) => number;