From a17c41099923a8ed23ba0683ef2c040b3b3dcbae Mon Sep 17 00:00:00 2001 From: Vincent Bortone Date: Fri, 25 Jan 2013 02:23:03 -0500 Subject: [PATCH] Creation of store.js type definition and test files --- storejs/storejs-tests.ts | 1 + storejs/storejs.d.ts | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 storejs/storejs-tests.ts create mode 100644 storejs/storejs.d.ts 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