diff --git a/storejs/storejs-tests.ts b/storejs/storejs-tests.ts new file mode 100644 index 000000000..9ef1b0f17 --- /dev/null +++ b/storejs/storejs-tests.ts @@ -0,0 +1 @@ +// Tests for storagejs.d.ts \ No newline at end of file diff --git a/storejs/storejs.d.ts b/storejs/storejs.d.ts new file mode 100644 index 000000000..bb84cd646 --- /dev/null +++ b/storejs/storejs.d.ts @@ -0,0 +1,5 @@ +// Type definitions for store.js +// store.js exposes a simple API for cross browser local storage +// Project: https://github.com/marcuswestin/store.js/ +// Definitions by: Vincent Bortone +// Definitions: https://github.com/borisyankov/DefinitelyTyped \ No newline at end of file