UNPKG

ng2-webstorage

Version:
12 lines (11 loc) 311 B
export interface IWebstorageConfig { prefix?: string; separator?: string; caseSensitive?: boolean; } export declare class WebstorageConfig implements IWebstorageConfig { prefix: string; separator: string; caseSensitive: boolean; constructor(config?: IWebstorageConfig); }