naive-storage
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
interface NaiveStorageOptions { | ||
export interface NaiveStorageOptions { | ||
/** | ||
@@ -10,2 +10,3 @@ * Specify the storage you want to use | ||
} | ||
export type NaiveStorageInstance<D = any> = InstanceType<typeof NaiveStorage<D>>; | ||
declare class NaiveStorage<D = any> { | ||
@@ -12,0 +13,0 @@ storage: Storage; |
{ | ||
"name": "naive-storage", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A tiny common wrapper for storage", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11088
72