json-api-store
json-api-store copied to clipboard
Need a typings file for typescript
When using this module with typescript transpiler (tsc) I see this error:
error TS2307: Cannot find module 'json-api-store'.
Apparently it needs a json-api-store.d.ts file with type definitions that can be used by typescript. I have't been able to find one. I'll take a stab at creating now, but I don't really know this API yet either.
Also see: typings request