+ initial commit for ds-http-adapter definition

This commit is contained in:
reppners
2015-02-26 10:01:27 +01:00
parent 143ee58d48
commit cb67739c13
+13
View File
@@ -0,0 +1,13 @@
// Type definitions for JSData Http Adapter v1.2.0
// Project: https://github.com/js-data/js-data-http
// Definitions by: Stefan Steinhart <https://github.com/reppners>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../js-data/js-data.d.ts" />
declare module JSData_ {
interface DSHttpAdapter extends IDSAdapter {
}
}