json-api-store icon indicating copy to clipboard operation
json-api-store copied to clipboard

Need a typings file for typescript

Open kdart opened this issue 9 years ago • 1 comments

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.

kdart avatar Feb 25 '16 21:02 kdart

Also see: typings request

kdart avatar Mar 01 '16 02:03 kdart